By using this site, you agree to our Privacy Policy and our Terms of Use. Close
Words Of Wisdom said:
NJ5 said:

To be good at C++, you need to should know about OOP - Object Oriented Programming (which is the most used paradigm in C++ programming, although others are possible). A good C++ book should teach you about OOP too.

Fixed.


 If you don't use OOP you better have some model in mind or all you are going to produce is an unmaintainable mess.