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

Search:

Type: Posts; User: Les2012

Search: Search took 0.09 seconds; generated 53 minute(s) ago.

  1. Replies
    8
    Views
    3,089

    Re: Generating lottery numbers

    Ok. I have the generator working but now I have to do a validation (required by instructor) to insure that there are no duplicate numbers. Anyone have any suggestions?
  2. Replies
    8
    Views
    3,089

    Re: Generating lottery numbers

    In the instructions it tells me to generate the numbers and to validate that there are no duplicates. Also, I am not allowed to use global variables. But thank you for the suggestion I will remember...
  3. Replies
    1
    Views
    948

    Display a monthly calendar

    Good Morning:
    I need to write a function that displays the days of a specified month. I have been looking for sample code but haven't had much luck. Here are the guidelines for the function:
    ...
  4. Replies
    8
    Views
    3,089

    Generating lottery numbers

    Hello Everybody.
    I have another problem that I do not know how to solve. Here is the problem:

    Write a function named generateLotteryNumbers. The function is passed an int array of size 5. The...
  5. Replies
    3
    Views
    1,813

    Re: Non incrementing loop.

    Thank you to everyone. I have resolved this one, now I only have four more to go.
  6. Replies
    3
    Views
    1,813

    Re: Non incrementing loop.

    I am sorry, It will compile it just doesn't work, it is a runaway.
  7. Replies
    3
    Views
    1,813

    Non incrementing loop.

    Good Morning:
    I have been working on this function for two days and I cannot get it to compile. Can someone please help me? Here are the instructions for the function:
    Write a function named...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured