|
|
|
|
|
by CyberDildonics
2964 days ago
|
|
If there is a modern C++ compiler available for a platform, it is almost irresponsible to use straight C. That doesn't mean that everything needs to be pure idiomatic C++17, but destructors, templates, iteration, operator overloading and move semantics are still indispensable in non trivial programs. Avoiding bloat and performance hits are trivial in comparison to structural and architectural benefits in the modern language. |
|