(C++) A Middle Level programming language

C++ Is a middle level programming language created by Bjarne Stroustup in 1979 at Bell Laboratories USA. The language was initially designed as an extension for the C language which was already widely used by the Unix-based OS. Also, C was developed by Denis Ritchie in 1970 while at Bell Laboratories (Formerly at AT&T Bell Labs). Over the years, C++ has become the most widely used programming language all over the world and has variety of applications in areas like gaming, robotics, finance, and scientific computing The developers have also introduced several new versions of the language with considerable changes in the spirit of staying up-to-date and competing with other modern programming languages.


The Man Behind

Bjarne Stroustrup born 30 December 1950 is a computer scientist, most notable for the invention and development of the C++ programming language. Stroustrup served as a visiting professor of computer science at Columbia University in the City of New York beginning in 2014 where he has been a full professor since 2022.

Early life and education

Stroustrup was born in Aarhus, Denmark, His family was working class, and he attended local schools. He attended Aarhus Univesity from 1969 to 1975 and graduated with a Candidatus Scientiarum in mathematics with computer science. His interests focused on microprogramming and machine architecture he larned the fundamentals of object-oriented programming from its inventor, Kristen Nygaard, who frequently visited Aarhus.

In 1979, he recieved his PhD in computer science from the University of Cambridge, where is research on distributed computing was supervised by David Wheeler.

The Syntaxes Of C++

Input Output

Output

The most basic Output syntax in C++ is using cout.

Example =

cout<<"You are beautiful and I Love You, I think you are the most perfect girl I have ever met in my entire life.";

Output :

You are beautiful and I Love You, I think you are the most perfect girl I have met in my entire Life.

Input