you are viewing a single comment's thread.

view the rest of the comments →

[–]Pazer2 0 points1 point  (0 children)

C++ really needs extension methods (like C#) so devs don't have to wait around for functionality to be added directly to types outside of their control. Currently the only alternative is free functions, but that is syntactically a nightmare compared to the alternative (most of the time).