Welcome to C++ site!
C++ is the subset of the power full C Programming language.It was developed by Bjarne Stroustrup at Bell Labs in the early 1980s. Here I am trying to collect and publish every thing of this great language. It is really good idea if you start from C PROGRAMMING WEBSITE. See all other languages at PROGRAMMING LANGUAGE LIST.
Fire up
C++ is developed based on C programming language. It is the subset of C, that means C++ has all features that C has more over C++ has tons of new features. Here is an example program.
#include
using namespace std;
int main ()
{
cout << "This is the smallest program in C++!";
return 0;
}
Topics you must know
If you dream to be an expert C++ programmer you must know the following terms very well. Try Try! never give up!
Important :
- Declaring Variables
- Usage of array
- Keywords
- Conditions
- Loops
- Functions
- Classe