LET'S START WITH C++

 C++

This is an object-oriented programming language which is an extension of c language. C++is a high-level programming language which was developed by "Bjarne Stroustrup". This language allows user orderly code for big and small applications. This language allows user to develop the code for game development, software development etc. Through this tutorial we will learn C++ from basic and step by step we will head towards advanced C++ language.

what is C++? 

C++ is a high-level programming language which is used to develop large applications. This is prominently used for game development, software development it is also used for graphical user interface. It's an object-oriented programing language that implies that all oops concept i.e. Abstraction, Encapsulation, and Inheritance which gives a framework to the programs. It's easier to understand as compared with other programming languages.   

Which one to learn c or C++?

Being a beginner, this question arises several times, but the simple answer is what your goal is if you are more interested in developing higher- level applications such as graphic browsing software or web browsers software you must focus on C++.But if you are more on learning low-level programming charge such as OS and device drivers c must be your priority. 

Although, both the languages are almost similar syntax wise but due to implementation of oops concept makes the C++more advanced and efficient.

conclusion... 

On this page you will get all the tutorial for C++ and all the concepts will be the uploaded on this page so please do follow this page. 


Comments