Hello!
I have a lot of data that have to be implemented with Visual C++ 2005 express. I’d simply like to import them in an array in order not to have to copy them by hand on this scheme : {0,0,1,5,0,5}.
I did something similar with pictures using templates (function LoadImage).
Maybe there is a library that has functions enabling this process.
Thank you for helping me.