Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
780 B

# C++
C++ is a powerful general-purpose programming language. It can be used to develop operating systems, browsers, games, and so on. C++ supports different ways of programming like procedural, object-oriented, functional, and so on. This makes C++ powerful as well as flexible.
Visit the following resources to learn more:
- [@article@Learn C++](https://learncpp.com/)
- [@article@Cpp Reference](https://en.cppreference.com/)
- [@article@CPlusPlus](https://cplusplus.com/)
- [@article@C++ TutorialsPoint](https://www.tutorialspoint.com/cplusplus/index.htm)
- [@article@W3Schools C++](https://www.w3schools.com/cpp/default.asp)
- [@roadmap.sh@C++ Roadmap](https://roadmap.sh/cpp)
- [@feed@Explore top posts about C++ Programming](https://app.daily.dev/tags/c++?ref=roadmapsh)