chore: add resource under cpp:introduction:what-is-cpp

pull/4104/head
roadmap bot 2 years ago
parent 9685f1e952
commit fffccbe5b5
  1. 2
      src/data/roadmaps/cpp/content/100-introduction/100-what-is-cpp.md

@ -46,3 +46,5 @@ int main() {
In the above program, we define a simple function `add` and a class `Calculator` with a member function `multiply`. The `main` function demonstrates how to use these to perform basic arithmetic. In the above program, we define a simple function `add` and a class `Calculator` with a member function `multiply`. The `main` function demonstrates how to use these to perform basic arithmetic.
- [C++ Tutorial for Beginners - Full Course](https://www.youtube.com/watch?v=vlnpwxzdw4y) - [C++ Tutorial for Beginners - Full Course](https://www.youtube.com/watch?v=vlnpwxzdw4y)
- [w3schools C++ tutorial](https://www.w3schools.com/cpp/)
- [Learn C++](https://www.learncpp.com/)
Loading…
Cancel
Save