vrijdag 11 februari 2011

Starting to learn C++

I decided to learn some C++, nothing advanced or anything just the basics. First I had to install a Compiler.

I choose Dev-C++.
Download Page
Actual download link

So now I have a compiler, what's next?
What about a good tutorial, preferably in pdf format.
aha, this looks like a good one.
That's that, I can start learning C++. If you happen to know some more advanced tutorials that can be useful when I'm done with this one, please let me know in the comments (you can post anonymously, so make use of that).

edit: If you are going to use the tutorial I linked to in this article you might want to put system("pause"); inside your code when copying the code examples from the tutorial. system("pause"); will make sure you'll be able to see the output of your code. Not using this line will just have the terminal give a quick flash. This is because as soon as the main() function has come to an end, the program will close itself (and a 4 line program comes to an end so fast it's practically invisible).

Geen opmerkingen:

Een reactie posten