cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Bitwise operations on large numbers
Bitwise operations on large numbers
Jun 24, 2014 at 2:25pm
Jun 24, 2014 at 2:25pm UTC
Mtutnid
(11)
What is the best/most efficient/?simplest? way to represent integers larger than maxint for using bitwise operations? Is it just to divide it into small enough blocks and assign each block an integer?
Jun 24, 2014 at 3:32pm
Jun 24, 2014 at 3:32pm UTC
tipaye
(535)
std::bitset?
Topic archived. No new replies allowed.