Remix.run Logo
drnick1 a day ago

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++.

jesse__ a day ago | parent [-]

Function overloading is nice, too