Bitwise operations on large numbers

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?
std::bitset?
Topic archived. No new replies allowed.