Quote:
Originally posted by Darkwraith
Fortran programmers don't write bad C. Its different than what you are used to.
In game development, people use globals to cut times in passing parameters.
According to that line of logic, you could say that C programmers cannot write C++ programs because the programs they write are not following the OOP paradigm.
Its different, but I would not say that it is "crappy."
C++ is not an OOP language. It is *capable* of it, and has a lot of features to support it, along with OOP being the original reason for creating it. However, that is not all it can do (i.e. generic programming, or just good ol' procedural, albeit with a far better type system).