• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

program to calculate between bin, hex, and dec? Need one for a class

Yeah, the windows calculator in scientific mode will do it.

I wrote a Java program that can convert from any base up to and including hex to base 10 and from base 10 to any base up to and including hex...
 
or if you are going to convert a bunch of numbers, just use excel (use the dec2hex, bin2hex, etc. functions).
 
Originally posted by: NutBucket
Originally posted by: TerryMathews
This is easy stuff, if you can't handle this you're in big trouble.

I use a calculator to double check myself. I see no problem in that.


my purpose exactly. I don't want to mess up any kind of calculations and make my program malfunction.

 
Be a man and use a pencil and paper. Anyone that can't convert decimal to binary is a moron 😉 It's sooooo easy.
 
Back
Top