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

    C++ illegal digit for base error...HELP!

    Thanks for all the help!!
  2. temperoath

    C++ illegal digit for base error...HELP!

    Thats true...i was thinking like a clock, too bad the compiler doesn't know!
  3. temperoath

    C++ illegal digit for base error...HELP!

    thanks, If I do that wouldn't it still break because the user can enter 0800 (hours) for the time. Or will the program just eliminate the leading '0' that they enter.
  4. temperoath

    C++ illegal digit for base error...HELP!

    Im a C++ student trying to write a simple telephone program. Im sure you guys can figure this out. heres my code. When I compile I get &quot;error C2041: illegal digit '8' for base '8'&quot; on the first if statement. #include <iostream> using namespace std; float net(float, int); float...

Part and Inventory Search

Back
Top