That's right, I don't know how to get started with OOP. I would appreiciate if someone gave me a fairly easy / intermediate idea for a console program. Cheers
Seriously, hook yourself up with Java or C#. These languages are literally oooozing with OO features that will give you a clear idea of what is good OO and what is bad OO. Once you've learnt enough you'll be able to carry most of the concepts back to C++.
C# is very similar to C++, and has almost all of C++'s OOP features at its disposal, plus some new ones, so you'll find that a lot of what you know about C++ can be applied to C# as well.
Pointers are also available in C#, albeit only when writing unsafe code, and you shouldn't need to use them in the majority of cases anyway, as C# is a managed language.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.