Hacker News new | ask | show | jobs
by blakehaswell 1876 days ago
C++ provides programmer control over memory layout, which is something managed languages don't provide. So although C++ is an older language and it isn't designed for modern machines, it does allow you the control to make performant programs for modern machines.