chore: add resource under cpp:introduction

feat/devops-roadmap
Kamran Ahmed 1 year ago
parent 8010bfc832
commit b51076dd0a
  1. 4
      src/data/roadmaps/cpp/content/100-introduction/index.md

@ -127,4 +127,6 @@ int main() {
}
```
This basic introduction to C++ should provide you with a good foundation for further learning. Explore more topics such as classes, objects, inheritance, polymorphism, templates, and the Standard Template Library (STL) to deepen your understanding of C++ and start writing more advanced programs.
This basic introduction to C++ should provide you with a good foundation for further learning. Explore more topics such as classes, objects, inheritance, polymorphism, templates, and the Standard Template Library (STL) to deepen your understanding of C++ and start writing more advanced programs.
- [LearnC++](https://www.learncpp.com/)
Loading…
Cancel
Save