You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the classes are treated sort of like C structs with constructor methods... they need to have their member variables secured as private and to use a series of get/set methods in the public scope.
Bonus points for having particular structures with operator overloads for C++ iostreams.
The text was updated successfully, but these errors were encountered:
Currently the classes are treated sort of like C structs with constructor methods... they need to have their member variables secured as private and to use a series of get/set methods in the public scope.
Bonus points for having particular structures with operator overloads for C++ iostreams.
The text was updated successfully, but these errors were encountered: