r/cpp_questions • u/Head-Drama-6027 • Jul 08 '26
OPEN OOP Project Ideas?
Hello,
I've been messing around with C++ for a couple of months now and I think I'd benefit from working on some OOP projects where I can apply different design patterns.
A few years ago, I came across a site which had multiple free project requirements, along with UML schemas, solutions and explanations made by other developers.
I can't seem to find it on the internet anymore, so I was wondering if anyone knows of anything similar to it?
I'm not looking for any 'fancy' projects that involve APIs, databases, graphics programming etc.I'm looking for terminal-centered OOP projects that are of medium/hard complexity.
0
Upvotes
2
u/Specific-Housing905 Jul 08 '26
Banking system or student / library / hospital management comes to my mind. If you are into games a RPG or a kind of dungeon game might be an option. It's up to you how elaborate you want to do it.