> For the complete documentation index, see [llms.txt](https://notes.tejpratapsingh.com/_/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tejpratapsingh.com/_/cpp/roadmap/c-plus-plus-docs.md).

# 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="/files/zehT35SGcdETdGTvyY61" 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/)
