Search:

Type: Posts; User: RainbowStar

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,363

    this is what i had so far, but i am totally...

    this is what i had so far, but i am totally confused.


    #include <iostream>
    #include <string>
    using namespace std;

    int main(){

    int nV;
  2. Replies
    12
    Views
    1,363

    C++ Problem

    hello
    can someone help me please with this exercise.
    i can't solve it.

    Write an averaging program. The program must prompt the user to enter a positive integer that specifies the number of...
  3. Replies
    4
    Views
    1,080

    thanks for the replies. i didn't know it was that...

    thanks for the replies. i didn't know it was that hard.
    but i didn't need it that much anyway. I'll just learn more c++ before trying something like this.
  4. Replies
    4
    Views
    1,080

    photo in program

    hi

    I was wondering, how do you insert a photo from file in your program?
  5. Replies
    3
    Views
    1,123

    thanks for the help, il try and go fix it ^^

    thanks for the help, il try and go fix it ^^
  6. Replies
    3
    Views
    1,123

    prog wont work

    #include <iostream>
    #include <ctime>
    #include <cstdlib>

    using namespace std;

    int main();
    {
    int gok;
    int randgetal;
  7. Replies
    6
    Views
    1,721

    thanks it worked ^^.

    thanks it worked ^^.
  8. Replies
    6
    Views
    1,721

    i can compile it but it doesn't work the way i...

    i can compile it but it doesn't work the way i want.
    i wanted to make it so that when the program asks "Are you X or Y ? "
    and i type in Y it will say "You are a male" and when i type X " You are...
  9. Replies
    6
    Views
    1,721

    Problem with my little program.

    Hi

    Could you guys help me out with the following code:




    #include <iostream>

    using namespace std;
Results 1 to 9 of 9