Advice on learning C++, which compiler?

zenspiderz

Just some bloke..
Joined
Apr 10, 2006
Messages
1,496
OK so i have lots of ideas on improving civ, but most of them need sdk changes and or python in order to implement. So i have decided to bit the bullet and learn C++ and python.

So what C++ compilers and learning resources would those who have gone before me recommend i use? It should be free and usable for modding civ.

Thanks in advance.:)
 
gcc, of course

If you want it compiled for Windows, my recommendation is to download and install cygwin, installing the gcc along the way.
 
Now if you could tell me how to compile the SDK on gcc ... ^^

Using Codeblocks or Visual C++ is basicly just a question of a different editor shell - the underlying compiler is the same (and the setup very similar, once you know what are you doing... Edit: before you know what you are doing as well, of course. Just less obvious...). So the question there would be only which interface you like more for editing the code.
 
Top Bottom