Best Games to Learn C++ and OOP Concepts

0
5
Asked By CuriousCoder92 On

I'm eager to dive into learning C++ and Object-Oriented Programming (OOP). I would love to find some game recommendations, similar to Shinzen I/O, that could help me grasp these concepts better. Any suggestions would be greatly appreciated! Thanks in advance!

3 Answers

Answered By CodeWizardX On

I get why you'd want to focus on performance, but if you plan to work in C++, most employers will expect you to have a solid grasp of OOP. It's a foundational part of the language, so even if you prefer ECS, make sure to familiarize yourself with OOP.

Answered By GameDevNerd15 On

Since you're looking to learn C++, I recommend checking out some popular beginner-friendly game projects like the "SFML Game Development" book, which uses the Simple and Fast Multimedia Library. It can be a fun way to get into C++ while actually making a game! Also, try looking for tutorials that focus on learning through games—those can be super helpful.

Answered By TechieTurtle99 On

I saw some folks recommending to skip traditional OOP and instead focus on the Entity Component System (ECS). While ECS is great for performance, it's still important to grasp basic OOP concepts first. It sets the foundation for understanding why other systems like ECS are beneficial. I'd suggest learning OOP basics first before diving into alternatives!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.