|
You can use any Native C++ IDE/Compiler in this tutorial series, but we will use Visual C++ Express.
In this tutorial, you learn how to download and install Microsoft Visual C++ Express. It is free, and easy to learn. It also offers more than enough features to learn C++ programming.
You will start learning the fundamentals of C++ programming in a Console application. A Console application (text input from the keyboard, and text output to the console window), is all you need to get started in C++.
|
 |