simple C++ project samples

13,447

I'd recommend starting at the C++ Language Tutorial. There are lots of good examples there, including a section on OOP.

Share:
13,447
dole
Author by

dole

Updated on June 04, 2022

Comments

  • dole
    dole almost 2 years

    Im trying to learn OOP but I need to see some real case scenarios of using C++. For me, as a beginner in programming internet is too big and the book is too few examples. All I find on the source repositories are large projects or too few details.

    Can you give me a link to some c++ projects which are good for beginners? It will be great if the samples have some details about good practices.

    maybe some universities are hosting such projects or maybe you know a webpage with samples and contests about how to program in C++ and it is good for beginners.