Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CrimsonHorn

    Variable limit problem with large number conversions

    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...
  2. CrimsonHorn

    Variable limit problem with large number conversions

    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&quot...
  3. CrimsonHorn

    Variable limit problem with large number conversions

    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...

Part and Inventory Search

Back
Top