Something about c++

 Something about C++...


  • C++ is a middle-level programming language develop by Bjarne Stroustrup  in 1979  at Bell Labs.
  • C++ is regarded as a middle-level language, as it comprises a combination of both high-level   and low-level language feature .
  •  C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of        UNIX.
  •  This tutorial adopts a simple and practical approach to describe the concepts of C++.
  •  The purpose of C++ is to precisely define a series of operations that a computer can perform to accomplish a task. 
  •  Most of these operations involve manipulating numbers and text, but anything that the computer can physically do can be programmed in C++.
  •  Computers have no intelligence- they have to be told exactly what to do and this is defined by the programming language you use. 

No comments:

Post a Comment