550
Pointers explained:
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Ah right, so that would be a 3D array.
T*is a single row ofTT**is a list of rowsT***is a list of "layers" in the third dimensionThis would be incredibly hazardous to pass around as a bare pointer with no context, though. I'd expect to see this in a
structthat, at minimum, also includes fields for the size of each dimension.This ~~Sparta~~ C. We live for danger.