Search:

Type: Posts; User: StoryGame464

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,413

    I am as of right now very unsure of how to do...

    I am as of right now very unsure of how to do that lol.
  2. Replies
    2
    Views
    1,413

    Function Issues For Ending Program

    Okay here is my function



    void EndGame()
    {
    cin.get();
    system("PAUSE");
    }
  3. from what ive learned that means it is true....

    from what ive learned that means it is true. unless i misread but it worked that way in the program I made that way. although if u arent going to be helpful and just be critical id prefer if u didnt...
  4. EndGame Function wont endgame, and an OR problem

    Okay, so here is what my function looks like.



    void EndGame()
    {
    cin.get();
    system("PAUSE");
    }
  5. Replies
    1
    Views
    914

    Text Font Colors & Size

    Okay, here is my probelm. Here is an example of code



    cout<< "Hello and welcome to my program, bla bla bla la de da.";


    On the program it would look like.

    Hello andwelcome to my program,...
Results 1 to 5 of 5