Is everything in c++ basics course included in the youtube video?

I want to learn c++. I watched c++ basics course on youtube. I understand everything from there. Do I need the basics course here or is it the same?

Hi,

I don’t know for C++ but I believe this is just like the old React course.

You have a subset of the actual content.

Just compare the content in the course here and on YT.

Regards.

it is not the same on youtube he barely covered 1/3 of the basic part of the course (it contains 3 “basic”(functions, reference variables , template functions, namespaces, headers..)+”intermadiate”(arrays, vectors, pointers, strings, streams and files)+”advanced”(OOP; classes , objects, encapsulation, inheritance, overloading, exceptions , templates…)

Hey, you have watched the C++ course on YouTube and understand everything. I would suggest just comparing that you have completed everything. Because most basic C++ courses have variables, data types, arrays, strings, functions, and so on. If you are comfortable with all this, then move to the advanced topic like OOP, STL, file handling, etc.

Hope this will help you.