Qbasicnews.com

Full Version: Integer to Binary and vice versa
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had made a program to convert binary to integer, but for my purposes, the integers are just too large and the number becomes a long (or a single or double or w/etf it is). Anyone know a better way to do this?
use long integers then? how many bits are you converting to binary? an integer should take anything up to 15 (16 compiled).
Post the source-code,...