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

Search:

Type: Posts; User: IMcCool

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    985

    Median method for a list

    I need help with a method that will find the median of a list that I scan in. The main method is fine but I need to create the method for the median while not sorting the list. Essentially the way...
  2. Replies
    3
    Views
    1,267

    Help with getting new random numbers

    Back again. In my guessing game I have a random number generator and I want to create an option to replay the game but I don't know how to replay without the loop using the same random number. I...
  3. Replies
    5
    Views
    1,793

    Re: help with repeating user input

    I solved it on my own. Thanks. All I did wrong was mix the random digits and the user inputed digits together in my formulas.
  4. Replies
    1
    Views
    731

    Help with specific guessing and checking

    I'm writing a specific guessing game called "Bagels" with a 3-digit random unique number. I'm rather sure I got everything right except how to get the program to give the unique response for each...
  5. Replies
    5
    Views
    1,793

    Re: help with repeating user input

    I fixed the while loop but how do I make sure the game says the right stuff to the right inputted numbers?
  6. Replies
    5
    Views
    1,793

    help with repeating user input

    I'm making a specific number guessing game called "Bagels". I have most of the work done. But once I get to the actual game, I can only input one number for it to say if it is right or not. I need...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured