Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Rexhunter99 opened this issue May 3, 2020 · 0 comments
Open

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

Rexhunter99 opened this issue May 3, 2020 · 0 comments
Labels
todo Something needs to be done

Comments

@Rexhunter99
Copy link
Collaborator

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.

@Rexhunter99 Rexhunter99 added the todo Something needs to be done label May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Something needs to be done
Projects
None yet
Development

No branches or pull requests

1 participant