# 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/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.tejpratapsingh.com/_/cpp/roadmap/c-plus-plus-docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
