carnivores-cpe / Carn2-Menu

Carnivores 2/IA Menu implementation using left over code from Interface.cpp and referencing the Carnivores 1 menu code.
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Configure C++ Class objects to have get/set methods #10

Open Rexhunter99 opened 4 years ago

Rexhunter99 commented 4 years ago

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.