From a388e4296b88f6ab1cd4b8565c009423b5125681 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Sat, 3 Jun 2023 08:29:22 +0600 Subject: [PATCH] chore: add resource link to cpp >> introduction --- src/data/roadmaps/cpp/content/100-introduction/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/cpp/content/100-introduction/index.md b/src/data/roadmaps/cpp/content/100-introduction/index.md index 828e9f871..93abb6ac2 100644 --- a/src/data/roadmaps/cpp/content/100-introduction/index.md +++ b/src/data/roadmaps/cpp/content/100-introduction/index.md @@ -127,4 +127,6 @@ int main() { } ``` -This basic introduction to C++ should provide you with a good foundation for further learning. Explore more topics such as classes, objects, inheritance, polymorphism, templates, and the Standard Template Library (STL) to deepen your understanding of C++ and start writing more advanced programs. \ No newline at end of file +This basic introduction to C++ should provide you with a good foundation for further learning. Explore more topics such as classes, objects, inheritance, polymorphism, templates, and the Standard Template Library (STL) to deepen your understanding of C++ and start writing more advanced programs. + +- [C++ Tutorial for Beginners - Full Course](https://youtu.be/vLnPwxZdW4Y) \ No newline at end of file