|
|
|
|
|
by petke
3865 days ago
|
|
People often think of C++ as a Object oriented language. That a very old fashioned way at looking at it. Most modern C++ code avoids OOP like the plague. For instance the author of STL (The C++ standard template library) calls OOP, philosophically unsound, a hoax. http://www.stlport.org/resources/StepanovUSA.html |
|