New to C++ - Creating functionsCplusplus.com has a great C++ tutorial in the Documentation section. You can read it online or down...
Assistance needed[code]using namespace std;[/code] after the includes is a useful line to add to just about any begi...
What is a Resource Compiler?I normally use Linux, but this question started to bother me when I was setting up a library on Code...
What is a Resource Compiler?In CodeBlocks under the project build options there is a tab to add search directories to a resource...
infinite loop ?I could easily be wrong, but I think I remember a post stating it's not a good idea to use [code]usi...