Moving towords first C++ program, there is something which need to learn, Which will help us all the time whenever we will use C++. Keywords and DataTypes are vital parts of any programming language.
Keyword are special words which is reserved by Compiler. As we will proceed in our path, I will explain importance of keywords. Here we are using Visual Studio 2010 for C++ programming, click here to view all C++ keywords.
DataTypes are classification of data used in any programming language. Mainly Integer, Character and Floating Points are broad classification of C++. Each data type has its range based on machine architecture and programming language constraints. Click here to see all C++ DataTypes.
Comment me if you have any doubt or question. Enjoy Programming :)
No comments:
Post a Comment