I feel like there's gotta be someone out there who uses C++ as just "C with a better standard library".
-
I feel like there's gotta be someone out there who uses C++ as just "C with a better standard library". Not even "C with classes".
-
I feel like there's gotta be someone out there who uses C++ as just "C with a better standard library". Not even "C with classes".
@brainblasted 'modern' C++ is all about using the STL and using static polymorphism via templates instead of dynamic polymorphism via inheritances and classes.
I really liked the book C++ Software Design from Klaus Iglberger which talk about this.