You must log in or register to comment.
Was hoping to see examples on how to implement everything in C++ without member objects (since that’s what
class
provides, andstruct
is an alias, or viceversa, whatever), but still was not left at all disappointed.