|
|
|
|
|
by marrs
3087 days ago
|
|
It might not be that easy to tell. The C++ I write (for myself) is essentially plain C. No templates, dynamic dispatch, constructors, or exceptions. Most of the standard libs I use begin with the letter 'c'. It uses some C++ features, but it's philosophically much closer to C code. |
|