Mar 13, 2014 at 12:49pm UTC
I have some previous knowledge of c++ but i have had a long break about 2 years but now i wanna start up again but i'm in doubt how do i get the newest compiler and where do i fin the best online tutorial preferably text.
Thanks in advance :)
Mar 13, 2014 at 12:57pm UTC
Use code blocks IDE (which comes with mingw suite)
The tutorial in this site is great but you may also try some other books like C++ Primer (veeeery loong book)
Mar 13, 2014 at 12:59pm UTC
I belive that's the one i have but will i need to update it since it's about 3 years old and how would i do that ?
Mar 13, 2014 at 1:01pm UTC
Which one, the tutorial on this site or C++ Primer ?
The tutorial in this site is updated recently and introduces some C++11 features.
Mar 13, 2014 at 1:04pm UTC
No i meant the compiler is that frequently updated or does it not matter that i downloaded min 3 years ago ?
Mar 14, 2014 at 4:54am UTC
It does matter, download the latest release of codeblocks or mingw and you will get GCC 4.8.1
You can view what version of GCC are you using by :
or
to see the differences
Last edited on Mar 14, 2014 at 2:54pm UTC