|
|
|
|
|
by derefr
263 days ago
|
|
C++ is used in many non-low-level domains simply because of performance, due to the many kinds of zero-runtime-overhead abstractions it offers. There are e.g. popular game engines written in C++. LLVM is written in C++. Some DBMSes are written in C++. Etc. C# overlaps C++ in all these “performance-sensitive high-level code” domains. |
|