Im going to make a series of Beginners Tutorials for C++ programming since people on the forum are trying to learn it. going to add to this frequently and i will upload the project/source files so you can play with them.
1) Hello World
2) Input Output Strings
3) Example usage of Define
4) Looping with Labels
5) Looping with do while
6) Breaking a Do while Loop
7) Simple Counting up (counts up to 10)