Update the link of youtube channel (#4261)

Updated the link of youtube channel in c++ roadmap, what is c++
pull/4281/head
Maitrayee Khalasi 1 year ago committed by GitHub
parent 04478272c2
commit c0e2e541ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/cpp/content/100-introduction/100-what-is-cpp.md

@ -45,6 +45,6 @@ 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.
- [C++ Tutorial for Beginners - Full Course](https://www.youtube.com/watch?v=vlnpwxzdw4y)
- [C++ Tutorial for Beginners - Full Course](https://youtu.be/vLnPwxZdW4Y)
- [w3schools C++ tutorial](https://www.w3schools.com/cpp/)
- [Learn C++](https://www.learncpp.com/)
Loading…
Cancel
Save