Hacker News new | ask | show | jobs
by jandrewrogers 1739 days ago
C++ is faster than C, and has been for a long time in practice. It also allows you to achieve that performance with many fewer lines of code.

The primary reason people use C today is extreme portability.

1 comments

Ok.