Bitwise operations on large numbers

Jun 24, 2014 at 2:25pm
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
std::bitset?
Topic archived. No new replies allowed.