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

Custom data container class #16

Open
rufus-stone opened this issue Apr 13, 2020 · 0 comments
Open

Custom data container class #16

rufus-stone opened this issue Apr 13, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@rufus-stone
Copy link
Owner

Using std::string for everything probably isn't the best idea. We should probably use std::vector<uint8_t> instead. A wrapper around this, or a derived class with a few extra functions might be a good idea.

@rufus-stone rufus-stone added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested labels Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant