Introduction to C++(Cpp) Programming

Before we start the programming we must know what the programming is. Programming is a language which computer can understand. First of all user or developer write the instruction through compiler. we know computer can understand just binary language 0 and 1 .computer does not know the English French or any other ,when we write the program into the high level language this code is load into the computer memory after loading these instruction goes to the compiler ,compiler decode this instruction into 0 and 1 in binary form . After decoding this code is execute. Fetch -> decode ->execute
The first language we will learn that is c plus plus which we called short Cpp or C++. To entrance in programming history you must have solid grip on the cpp (C++) language. C++ is called the mother of language. Before we study this language we must know the history of c++ programming. C++ programming was written “Bjarne Stroustrup” and their team in Bell Laboratories. C++ programing is the latest and update form of c language .c++ is the incremental form of c language, c is language name and ++ are the operator. c language was very popular in 1980 and before this . In 1989 ANSI has define the some standards of the programming, after 1989 this c programming become the c++ programming. In 1998 the ISO has approved the new standards of C++ programming. There are many C++ programming compiler were introduced. Many online compiler are also available, here we us dev cpp compiler, because this compiler is very light and very easy to use and also have good GUI. Many advance compiler are also available, you can search from the Google. Next

No comments:

Post a Comment