Search:

Type: Posts; User: inobProgram

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,333

    Okay, thanks for your tips ^_^. I will try that...

    Okay, thanks for your tips ^_^. I will try that to do some programming.
  2. Replies
    5
    Views
    3,333

    Hi sorry about that, I just confused on those...

    Hi sorry about that, I just confused on those things and I don't know how to write it down in sentences. (ay yes, I should show the code earlier. I am just too lazy to do the copy and past codes.)...
  3. Replies
    5
    Views
    3,333

    how to convert integers into strings.

    Hi, I am having a problem to convert integers into strings. For example, (I got this one from the book) it first input $1920.85, and then it converts into One thousand nine hundred twenty and 85...
  4. Replies
    13
    Views
    11,098

    Okay, I fixed it. Thanks :D

    Okay, I fixed it. Thanks :D
  5. Replies
    13
    Views
    11,098

    Here is the up-to-date code: . // Chapter 7...

    Here is the up-to-date code:

    .
    // Chapter 7
    // Assignment 7-Lottery Application.
    #include <iostream>
    #include <cstdlib>
    #include <ctime>
    using namespace std;
  6. Replies
    13
    Views
    11,098

    Hmh, I think I got it. I just finish the program...

    Hmh, I think I got it. I just finish the program and it runs perfectly(no error). Thanks man :wink:
  7. Replies
    13
    Views
    11,098

    I can't even build the random number in...

    I can't even build the random number in generateNumbers function. I am confusing how to input the random number in the generateNumbers function.

    .
    void generateNumbers(int lotteryArray[], int...
  8. Replies
    13
    Views
    11,098

    can you guide me how to fix those error? I know...

    can you guide me how to fix those error? I know there are some repeat numbers and moments.
  9. Replies
    13
    Views
    11,098

    Hello everyone, thanks for all your response....

    Hello everyone, thanks for all your response. This actually is a draft code, so there are loads of error need to fix.
  10. Replies
    13
    Views
    11,098

    Lottery application assignment

    Hi everyone, I am having a problem to write a program that simulates a lottery. I hope someone can guide me to fix the problem/error step by step. Thank you.

    Here is the question: The program...
  11. Replies
    7
    Views
    19,661

    Hi Elysia, thanks for your response. I just...

    Hi Elysia, thanks for your response. I just noticed that spelling error....
  12. Replies
    7
    Views
    19,661

    YOU SAVE MY TIME [maven], and now the program...

    YOU SAVE MY TIME [maven], and now the program works perfectly. ;)
  13. Replies
    7
    Views
    19,661

    ;)mistake English, and thanks anyway.:)

    ;)mistake English, and thanks anyway.:)
  14. Replies
    7
    Views
    19,661

    Hi Salem, thanks for your response to help me on...

    Hi Salem, thanks for your response to help me on this assignment, and sorry for the late reply. But I still got the same error (error C3861: "findLowest": identifier not found.) after I remove the...
  15. Replies
    7
    Views
    19,661

    Lowest score drop assignment

    Hello everyone, I am having a problem to program this assignment. (I've looked in my C++ book and searched these boards and google other forums already, but nothing I've found explains that help me...
Results 1 to 15 of 15