1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-17 22:51:16 +02:00

Update the link of youtube channel (#4261)

Updated the link of youtube channel in c++ roadmap, what is c++
This commit is contained in:
Maitrayee Khalasi
2023-07-31 21:05:44 +05:30
committed by GitHub
parent 04478272c2
commit c0e2e541ca

View File

@@ -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. 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/) - [w3schools C++ tutorial](https://www.w3schools.com/cpp/)
- [Learn C++](https://www.learncpp.com/) - [Learn C++](https://www.learncpp.com/)