Before You Start
The C++ tutorial is suitable for anyone even if you haven't programmed before but you must have access to a computer and be able to do the following before you start the tutorial.
- Create and edit text files.
- Download and Install a compiler, from the links provided.
- Run the chosen compiler (see list below) and compile and link files from the tutorial instructions.
Suitable Compilers
If you don't have a C++ compiler already then there are many suitable free compilers. In fact most are suitable but these three are the ones we suggest as they are all free.
About Learning a Technical Subject
From my own experience, I've found that you need to study regularly and practice what you've learnt. Two to three sessions a week is enough to keep what you've learnt fresh in your mind. There is no better way to learn than by doing and you'll get a great deal of satisfaction, not to mention practical experience. Don't be afraid to experiment.
The problem is when you hit a roadblock, how to get moving again and not be discouraged. That's where this topic can help with the FAQ, letters and all the resources. The FAQ will be periodically updated with your questions and our answers.
There are no exams or certificates but you'll gain a practical skill that may get you a job in the future. Remember we don't offer any guarantees but if you do succeed tell us!
Now start the C++ Tutorial!

