C++
This subpage is dedicated to c++ based programming
what is c++:
C++ is something between a high-level programming language(like Python mainly for system applications) and a low-level programming language(Assembler for machine coding).C++ is a combination of Objected orientated programming,procedural programming and generic programming
why learn C++:
- - It’s handy to learn C++ if you intend to take working as a programmer,web-admin,web-developer because:
- -it’s one of the most popular languages on the world
- -many people know it so if you have problems somebody will be able to help you almost for sure
- -it’s got a great object orientated programming side which helps if you write longer applications
- -there are many libraries to learn for c++ that can help you with such things as:web-development,game-making,graphics and so on
greetings