Search:

Type: Posts; User: ChrisJ

Search: Search took 0.00 seconds.

  1. Thread: Random Numbers

    by ChrisJ
    Replies
    1
    Views
    986

    Random Numbers

    I am trying to make a random number between the numbers 16 - 20.
  2. Replies
    6
    Views
    1,052

    Okay, I did what you said, and it runs fine,...

    Okay, I did what you said, and it runs fine, until I put in "New Game" it doesn't display the text is just quits. Here is my code:

    EDIT: Okay, fixed.
  3. Replies
    6
    Views
    1,052

    if () commands with char's

    int main()
    {

    char Name;

    cout << "Your Name: " << endl;
    cin >> Name;

    if (Name = ChrisJ)
    {
  4. Replies
    4
    Views
    2,140

    I read the FAQ... And... Uhh... I'm even more...

    I read the FAQ... And... Uhh... I'm even more lost then I was before I came here... Can someone reiterate that for someone who knows how to use cout, cin, and classes, and that's about it.
  5. Replies
    4
    Views
    2,140

    I did make a project. It's the code runs fine,...

    I did make a project. It's the code runs fine, but the variables aren't the same, and stuff.
  6. Replies
    1
    Views
    1,701

    Read variables and stuff from a text file

    I am making an Rpg, and I want my players to be able to save their game to a text file. I don't want you to write the entire program jsut give me the general idea.

    An example of the text is the...
  7. Replies
    4
    Views
    2,140

    Linking Source Files

    I am trying to link two sources together. I am making an AD&D story teller. It takes short stories and turns them into RPGs. I asm trying to make a source for each story. So far I have one story and...
Results 1 to 7 of 7