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 ...
Quick memory management question: I'm writing some C# code which uses functions exposed from a C++ DLL. One of these functions takes a UInt32[] as an argument (1D array), but I know that on the ...