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; Array = ...
I need a fairly large 3-dimensional array of long longs (64-bit integers). It's dimensions are 64x2x6. If I try to initialize the array without malloc'ing(), I get a segfault.<BR><BR>I know, I should ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results