Even when C like performance is required, C++ is actually used instead.
The three major C compilers (gcc, clang and VC) are all written in C++ nowadays.
In the enterprise world Java did that - even high frequency trading applications have been Java based for quite some time. Compared to 20years ago, there is significantly less C code nowadays.
Even when C like performance is required, C++ is actually used instead.
The three major C compilers (gcc, clang and VC) are all written in C++ nowadays.