logoalt Hacker News

drnick1last Sunday at 9:38 PM1 replyview on HN

You may still want to use classes (where they make sense), references (cleaner syntax than pointers), operator overloading, etc. For example, a linear algebra library is far nicer to write and use in C++.


Replies

jesse__last Monday at 12:21 AM

Function overloading is nice, too