On 2013-09-01 22:27, Nick Sabalausky wrote:

I spent several years using C/C++ exclusively (and was happy with it
at the time) and I still don't understand what's "readable" about having
a class's members separate from the class itself. It's also a non-DRY
maintenance PITA and one of the biggest reasons I left C/C++.

You cannot even copy-paste the signature. In C++ default values for parameters can only be at one place.

--
/Jacob Carlborg

Reply via email to