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

c/c++ version uint64_t,number to big #497

Open
sdragonx opened this issue Nov 8, 2024 · 1 comment
Open

c/c++ version uint64_t,number to big #497

sdragonx opened this issue Nov 8, 2024 · 1 comment

Comments

@sdragonx
Copy link

sdragonx commented Nov 8, 2024

exsample:
uint64_t n = 1234567890123; // to big
uint64_t n = 1234567890123ull; // ok

@Dav1dde
Copy link
Owner

Dav1dde commented Nov 8, 2024

Which glad version are you using? glad2 should handle this correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants