It occured to me the other day that what I really need is the ability to evaluate each number as it is being input by the user. so that the problem of trying to store binary numbers into variables is no longer a problem, is there a command that would allow me to do this? I was orriginaly hoping...
I tried to utilize the _int64 but when I tested it I found that it was overflowing at the same point which my usigned long was... I am using stdio.h with the printf/scanf commands
when printing your _int64 variable which is the proper method of recall?
"printf ("%d"...
The project i'm working on is simple and and I have run into what I can only assume is a simple road block. I am tring to convert binary numbers into decimal. I have the actuall structure worked out, the problem I am runing into is that the largest number i can convert is somewhere in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.