bpayne111 Posted January 25, 2004 Posted January 25, 2004 I need to convert a 64 bit binary number to an integer. I'm looking for a program which can make calculations this large for me. Any know of a some good freeware? I've looked some... no winners yet thanks brandon Quote i'm not lazy i'm just resting before i get tired.
samsmithnz Posted January 25, 2004 Posted January 25, 2004 well an integer is only a 32 bit number... A long is 64 bit though... Why don't you try that? Quote Thanks Sam http://www.samsmith.co.nz
bpayne111 Posted January 25, 2004 Author Posted January 25, 2004 (edited) oopsi meant ulong.... sorry just a typo there i have this number which i achieved with some bit manipulation 13677596995068362752 i'd like to check and be sure that this number = 16 leading 1's and all 0's afterwards (for 64 bits total) all conversion utils i've used don't seem to take ulong into account so i'm having trouble getting the values i need thanks brandon ****** PROBLEM SOLVED ******* keep it simple stupid lol.... MS Calculator did my calculations fine. :rolleyes: Edited January 26, 2004 by bpayne111 Quote i'm not lazy i'm just resting before i get tired.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.