# C Plus Plus: Docs

C++ is a superset of C lang, that means, every c program is 100% valid c++ code.

## Here a roadmap of most of the things in c++:

<figure><img src="https://2493334979-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8hOMPELUAHb5EAWJsJLl%2Fuploads%2FLXDIRp5wrgT1V7AiBzrw%2Fcpp.jpg?alt=media&#x26;token=6438c1c7-081f-488b-a77e-ac99d0f1d098" alt=""><figcaption><p>credits: <a href="https://roadmap.sh/cpp">https://roadmap.sh/cpp</a></p></figcaption></figure>

Now we will explore each topic one by one, 🧑‍🎓 happy learning.

## Quiz

Here are some quiz you can take after completing the course:

1. <https://developers.google.com/edu/c++/quiz>
2. <https://cppquiz.org/quiz/start>
3. <https://codescracker.com/exam/showtest.php?subid=3>

## Resources

More good resources for learning c++ deeper.

1. [https://www.learncpp.com](https://www.learncpp.com/)
