#24810 - Kris Allen - Wed Aug 11, 2004 9:45 pm
I've been using C for GBA games so far, but I'd like to switch to C++ instead (I'm missing a few features offered by it).
How would I do this? I've never used GCC before, since I'm used to using Visual C++'s compiler. I tried renaming my source files to .cpp but I end up with a handful of 'unidentified function' errors with rand,memcpy, etc, and nothing I #include seems to fix it. Am I doing this right?
Thanks in advance
How would I do this? I've never used GCC before, since I'm used to using Visual C++'s compiler. I tried renaming my source files to .cpp but I end up with a handful of 'unidentified function' errors with rand,memcpy, etc, and nothing I #include seems to fix it. Am I doing this right?
Thanks in advance