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.