Skip to main content

INTRODUCTION

C++ (pronounced as "see plus plus") is a computer programming language based on C. It was created for writing programs for many different purposes. In the 1980's, C++ became one of the most used programming languages in the world.
The C++ programming language was developed by Bjarne Stroustrup at Bell Labs in the 1980s, and was originally named "C with classes" by rick mascitti. The language was planed as an improvement on the C programming Language ,adding features based on object oriented programming. Step by step , a lot of advanced features were added to the language ,like operator overloadingexception handling and templates.