News
Hey All, I've got a problem with some C we are working on (embedded systems), right now we have a huge 2D array that works fine, it looks like this t_ourStructType Array[SIZE1][SIZE2]; I need to ...
GCC implemented zero-length arrays years prior to C99; the syntax was type name [0]. The two are equivalent, but you should prefer the empty array operator as it is now standardized.
To put this in context, for one of my classes in College we have to code Hunt The Wumpus, so is it possible to populate a 2D array with Structs (rooms) and ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results