ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 month agoPointers explained:lemmy.worldimagemessage-square78linkfedilinkarrow-up1587arrow-down136
arrow-up1551arrow-down1imagePointers explained:lemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square78linkfedilink
minus-squareジン@quokk.aulinkfedilinkEnglisharrow-up3·1 month 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