ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 4 days agoPointers explained:lemmy.worldimagemessage-square73linkfedilinkarrow-up11
arrow-up11imagePointers explained:lemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 4 days agomessage-square73linkfedilink
minus-squareジン@quokk.aulinkfedilinkEnglisharrow-up0·4 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