cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How to create my own library and solve e
How to create my own library and solve everything?
Feb 1, 2014 at 9:28pm UTC
hunkeelin
(159)
I got another post about dealing with big numbers. So why not just create my own "huge num"? Can anyone teach me?
huge num have 256bits or better just as many bits as required for the number.
so if I import my library I can do something below.
unsigned huge num a = 19287398126712864982134721;
"unisnged huge nume" in blue.
Last edited on
Feb 1, 2014 at 9:30pm UTC
Topic archived. No new replies allowed.