|
|
|
|
|
by tsimionescu
1703 days ago
|
|
Well, that's still instructive about how library code that aims to be efficient and portable has to look in C++. It's not representative of most application / business layer code, and it's definitely not good learning material. But, if choosing C++, at some point you will have to write code like that as a project matures and must target different compiler versions and platforms. |
|
To the extent that one can learn how to write cross-platform efficient and generic C++ code, there is always a better example to learn from than the standard library.