Search:

Type: Posts; User: JesterJoker89

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    2,401

    i got it to work. now i just gotta change a...

    i got it to work. now i just gotta change a couple of more things to make it better as i try to guess. thanx a lot to all you guys!!! really!!!
  2. Replies
    16
    Views
    2,401

    yea, and got three errors. it's probably because...

    yea, and got three errors. it's probably because i didn't do #include <stdlib.h> and <time.h> for the rand(), srand() and time() functions.
  3. Replies
    16
    Views
    2,401

    You guys mean like this? //Asst. 1 //Guessing...

    You guys mean like this?

    //Asst. 1
    //Guessing game

    #include <iostream.h> // allows input and output to be displayed.

    int main()
    {
    int x;
  4. Replies
    16
    Views
    2,401

    i'm trying these right now, thanx a lot.

    i'm trying these right now, thanx a lot.
  5. Replies
    16
    Views
    2,401

    my first program, kinda sloppy. i know how to...

    my first program, kinda sloppy. i know how to add a loop so i'm not worried about that
    using Borland C++ 4.5


    //Asst. 1
    //Guessing game

    #include <iostream.h> // allows input and output to...
  6. Replies
    16
    Views
    2,401

    i think that i just sent it to you

    i think that i just sent it to you
  7. Replies
    16
    Views
    2,401

    just realized that i don't know how to send a...

    just realized that i don't know how to send a private message
  8. Replies
    16
    Views
    2,401

    was playing around with the rand() but my program...

    was playing around with the rand() but my program just froze!!!! but i think i remembered what i did so i'll send you it in a pm as soon as i write it over again.
  9. Replies
    16
    Views
    2,401

    Help!!! Number guessing game

    i'm not asking for someone to write the program for me because i already did that. the problem is that i can't get it to generate a random number. i could put in a number and have people guess but i...
Results 1 to 9 of 9