This is our first tutorial on C++. and there are a lot of features in C++. but we will focus on those part which is beneficial for competitive programming. and after learning new concept we will solve some questions related to those concepts, so that we can use these concepts to solve bigger problems.
First of all let's get some theoritical knowledge about C++:
1.C++ is an Object Oriented Programming language(we will explain this point later).
2.It is developed by Bjarne Stroustrup in 1979.
3.C++ is high level language.
What is High level language?
->they are those language which is machine independent, that means we can compile or run it on any machine.
->Easy to debug and maintain.
->Portable.
so if any language has these features then we can consider it as a High level language.
eg:C++, Java etc..
4.C++ provides data security.
5.Main features of C++ is Polymorphism, Inheritance, Encapsulation and Data Abstraction.
This is little bit theoritical concept of C++. so just do one thing install code block or dev c++ in your system or any code editor, so that you can easily write programs and run it on your PC.
In the next tutorial we will start learning in depth.
Next tutorial:
best of luck.
Comments
Post a Comment