BASIC CONCEPT OF C++

Hello, students today I am very happy to write this chapter. and I hope that you have understood very well. because I have written all the things very clearly. in this chapter, I will discuss everything about this concept of c++ programming. after studying this you acquire lots of knowledge in yourself and you have an idea about how to make the program in c++. so now let's start. C++ is an object-oriented programming language through which we can communicate with another computer system. It is developed by B. Jarane Stroustrup at AT&T Bell Laboratories in The USA in 1980. Its initial name was ‘C with Classes’ and after that rename as c++ in 1983. It is a superset of the C language. It is an extended or incremented form of C language. It is a case-sensitive language. i.e it treats different in uppercase & lowercase. It is a third-generation language. It is a high-level language. It is a platform-independent language. i.e it supports ...