@NullPointerException@lemmy.ca
Post #3204272
2026-06-08 22:10 UTC
Wait. It’s been a long time but shouldn’t be
int*** -> int** -> int* -> int ?
Replies (4)
-
@terranoid@lemmy.cafe 2026-06-08 22:17
yep this is just someone misunderstanding pointers lol
-
@Susaga@sh.itjust.works 2026-06-08 22:18
I think int*** is meant to be pointing at int**, but the image is just unclear about where everything is in perspective.
-
@Dialectical_Specialist@quokk.au 2026-06-09 01:14
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
-
@Quibblekrust@thelemmy.club 2026-06-09 20:13