mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
chore: add resource under cpp:introduction:what-is-cpp
This commit is contained in:
@@ -45,4 +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://www.youtube.com/watch?v=vlnpwxzdw4y)
|
||||
- [w3schools C++ tutorial](https://www.w3schools.com/cpp/)
|
||||
- [Learn C++](https://www.learncpp.com/)
|
Reference in New Issue
Block a user