Search:

Type: Posts; User: les2012

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    871

    problem resolved thanks for the input

    problem resolved thanks for the input
  2. Thread: Dumb this down

    by les2012
    Replies
    5
    Views
    1,663

    Hello grumpy: What do you mean "this is not a...

    Hello grumpy:

    What do you mean "this is not a c++ question in any shape or form".
  3. Thread: Dumb this down

    by les2012
    Replies
    5
    Views
    1,663

    Dumb this down

    Can someone please dumb down this question for me?

    Write the command that would type in on the command line to run the program called Q19.exe. Use redirection so the input to the program comes...
  4. Replies
    3
    Views
    1,126

    Closing a thread

    How do I close a thread after I resolve it?
  5. Replies
    1
    Views
    765

    Read from a file

    Hello everyone:
    I am trying to write a while loop to control reading from a file to an array. The array can only hold ten integers. The file may contain any number of integers with one per line. I...
  6. Replies
    13
    Views
    8,511

    Hello Matticus: I don't mean to be a pain but...

    Hello Matticus:

    I don't mean to be a pain but I am in a first year class and we haven't covered how to sort an array or anything else for that matter. You seem to have a great deal of knowledge on...
  7. Replies
    13
    Views
    8,511

    Hello Matticus: At the time I thought I could do...

    Hello Matticus:
    At the time I thought I could do a little research and figure it out. Do you have any useful suggestions?
  8. Replies
    13
    Views
    8,511

    I found that online but did not understand what...

    I found that online but did not understand what it was doing.
  9. Replies
    13
    Views
    8,511

    validating the generated numbers

    I now have the generator working,the next problem is to validate the numbers generated to insure there are no duplications. Here is the generator code that works:


    void generateLotteryNumbers(int...
  10. Replies
    2
    Views
    871

    Display a month calander

    Good Morning Everyone:

    I need to find some sample code for an assignment that is due tonight but I'm not having much luck. Here are my instructions:

    Write a void function named...
  11. Replies
    13
    Views
    8,511

    Hello Salem: The input parameter is ( int...

    Hello Salem:

    The input parameter is ( int lotteryNumbers[] ), I was trying to get the validation of the generated numbers figured out. As for not using the input parameter, I am not sure how to...
  12. Replies
    13
    Views
    8,511

    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...
  13. Replies
    3
    Views
    1,526

    Thank you to everyone. I got this one working,...

    Thank you to everyone. I got this one working, now I only have four more to go.
  14. Replies
    3
    Views
    1,526

    Non incrementing loop.

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