|
|
|
|
|
by Nursie
4045 days ago
|
|
The exietence of C makes perfect sense thanks, it's a relatively small and simple language with masses of flexibility. C++ adds masses of complexity and implicit behaviour. While development in C++ can be quicker and might be 'safer' it can also produce all sorts of unexpected problems. It also encourages all sorts of nested template types that can make existing codebases incredibly hard to read. Further, in embedded situations, you may not have space for its standard library. |
|