CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: london92

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    11,543

    Re: C++ Lottery program

    Just made the change, thanks!

    Any ideas on how to change this as easily as possible from a linear search to a binary ?
  2. Replies
    5
    Views
    11,543

    Re: C++ Lottery program

    Thank you for the speedy and very helpful response!

    It is running perfect now, cheers.
  3. Replies
    5
    Views
    11,543

    C++ Lottery program

    Something is going wrong in my program, it will run, but when I put in any number or character in for an answer, it says it is a correct lottery number.

    My program:

    #include <iostream>...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured