Posts

Showing posts from November, 2022

learning computer c++ programming language,machine language

Image
What is c++ programming language | Basic computer language? C++ is an computer  programming language. C++ is a  high -  position   general -  purpose  programming  language  created by Danish computer scientist Bjarne Stroustrup as an  extension  of the C programming  language , or" C with  Classes. Use of c++ C++ language is used for operating system's,as well as gamming programming, software engineering,data structure and many others. History of c++ language C++ was developed by Bjarne Stroustrup at Bell Laboratories over a period starting in 1979. Since C++ is an attempt to add object- acquainted features( plus other advancements) to C++, before it was called as “ C++ with Objects ”. As the language developed, Stroustrup named it as C in 1983. The name C++ suggests “ C++ incremented ”( recall the is an proliferation driver of C++).     C++ was made available outside Bell Laboratories in 1985. The first ma...