What is a good C++ example program that contains all or most basic concepts?

I know it may sound like a silly question, but where can I find a C++ program that contains all primitive data types (also with string and such), vectors, basic file streams (or console), classes and other things I can't think of right now?

The point of this is for a project and I want to have a sample program which I can translate in multiple languages (Java, Python, etc) to outline differences and key features (I supposedly know C++ and those other languages).

I tried to do it myself but I always end up with something missing and I have to redo the whole thing.

Thanks!
I don't think you are going to find any one program that demonstrates everything. There is so much, you see.

Start with something like https://www.google.com/search?q=what%27s+new+in+c%2B%2B17 to highlight what C++ can do.

Do the same thing for each language.

Don't worry if you miss something.

Good luck!
Topic archived. No new replies allowed.