Hacker News new | ask | show | jobs
by pjmlp 3376 days ago
C is hardly used in the enterprise space as it used to be in the 90's.

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.