That feeling when you are able to grasp the concept of inheritance in cpp so the next thing you know everything except floating points or ints(64 or otherwise) are converted into enumerations. When oop turns human readable is when the fun starts. Almost seems to good to be true. Probably is.
Inheritance
0 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Daniel
oop/inheritance in general is very useful but you need to know when its actually a decent idea to have a bunch of classes for something, i remember once when i was first getting into c++ i wrote a bunch of code to store/load resource files and it was all super convoluted because i used classes where i really shouldve used a namespace and a couple functions lol
Report Comment