Here are some helpful pages to learn about the compiling, linking and debugging of your code. When you first start using compilers with C++ it can be overwhelming and confusing for someone that is transitioning from scripting in MEL/Python to compiling your API code in C++.
Learning about Compiling and Linking, and the differences:
http://www.cprogramming.com/compilingandlinking.html
Dealing with Compiler Errors:
http://www.cprogramming.com/tutorial/compiler_linker_errors.html
Introduction to Debugging:
http://www.gamedev.net/reference/programming/features/debugging/
C++ Debugging:
http://www.gamedev.net/reference/articles/article1344.asp
~Kristine





Subscribe
Thank you for this resource!
Posted by: Sachin Shrestha | 26/10/2009 at 08:25 PM