CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #6
    Join Date
    Apr 2012
    Posts
    4

    Re: Newbie questions about bloated binary to decimal converter

    I tried long long, but anything past 10 1s would still break the program. It didn't, however, crash the console, so that was a start.

    I've never used getchar before, but I know it's incredibly useful so I'll play around with it and get back to ya.

    And yeah, I'll probably figure out a way to stop them from causing the overflow.
    Last edited by getajob92; April 18th, 2012 at 05:07 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured