
Tutorial 1:Getting started with C++.
Hi! Friends,
Today I have started
a new program to post c++ tutorial. we will start from the root of c++.
Step -1 For starting writing our programs we need a text
editor with compiler
I prefer to use turbo C++.
You can download Turbo C++ from Net.
We will Learn --
How to
make basic program
How to
compile a program
Checking
error in the program
Increasing
readability...