addle_brains
New Member
Hey, I'm looking for a quick way of converting decimal numbers to an array of binary integers. (Using C++) I have a current method using the bitwise shift operators, but when I'm converting a large file (> a few KB) it take ages! Any ideas how to make the process quicker?