C vs. C++: When To Use Them
C++ requires more initial effort than C
For simple tasks, C++ makes no sense
But: by the time you realize a task is not simple it may already be in C!
A common solution is C/C++ hybrid programs, but this can be a huge mess!