I've been doing some extensive PHP OOP lately and found that it is easier to discard many principles of OOP such as the Single Responsibility Principle. Single Responsibility (in a nutshell) is ev...
If you are a beginning C++ programmer, I strongly suggest that you get into SDL as a start to your programming life with seeing how third party libraries make your life easier. Only after you’ve go...