LET'S START WITH C++
C++
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
Post a Comment