ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 13 days agoPointers explained:imagemessage-square77linkfedilinkarrow-up1585arrow-down136
arrow-up1549arrow-down1imagePointers explained:ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 13 days agomessage-square77linkfedilink
minus-squareジン@quokk.aulinkfedilinkEnglisharrow-up3·13 days agoThat’s not the end of the chain either, right? Because : int -> &int -> &&int Or can you not use the address operator like that? It also might be int& &, I failed cs2200 on this exact type of technicality
That’s not the end of the chain either, right?
Because : int -> &int -> &&int
Or can you not use the address operator like that? It also might be int& &, I failed cs2200 on this exact type of technicality