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

Use machine independent datatypes #7

Open
jonasstein opened this issue Feb 14, 2018 · 0 comments
Open

Use machine independent datatypes #7

jonasstein opened this issue Feb 14, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jonasstein
Copy link
Collaborator

jonasstein commented Feb 14, 2018

substitute machine dependent datatypes like int with fixed ones like uint64_t
This is not difficult but we should have some tests first.

#include <cstdint>
std::uint64_t mycounter;
@jonasstein jonasstein added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Feb 14, 2018
@jonasstein jonasstein removed the bug Something isn't working label Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant