Revert "chore: add resource link to cpp >> introduction:what-is-cpp"

This reverts commit 04573b7e09.
arikchakma-feat/badges
Arik Chakma 1 year ago
parent 04573b7e09
commit 2b7def7a55
  1. 1
      src/data/roadmaps/cpp/content/100-introduction/100-what-is-cpp.md

@ -45,4 +45,3 @@ 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://youtu.be/vLnPwxZdW4Y) - [C++ Tutorial for Beginners - Full Course](https://youtu.be/vLnPwxZdW4Y)
- [C++ Tutorial for Beginners - Full Course](https://youtu.be/vLnPwxZdW4Y)
Loading…
Cancel
Save