Conversation

People say when you use a triple pointer in C, you do something wrong, but I swear I had to in one of my projects, and it worked as intended.

1
0
1
@oleksandr i also used it but i don't think i ever wielded a bigger footcannon
1
1
1
@piggo @oleksandr well if you want an array of pointers to other arrays whatayagonna damn well do son?

Or was that a pointer to an array of pointers to other arrays?
Or an array of indirected pointers to pointers we want to be able to remotely manipulate?
Or just a pointer to an array of other pointers?

Anyway it's simple man come on
1
0
0

@ljs @piggo Oh, can't we just hide everything under a single pointer and then cast it to what's needed?

1
0
2