Search:

Type: Posts; User: kimmiej

Search: Search took 0.00 seconds.

  1. Replies
    26
    Views
    2,716

    Clearing The Screen

    A Big Thanks to all that helped me out on my two problems..
    and for those interested..i solved my clear screen problem really easy by simply using:


    #include <stdlib.h>


    system("cls")
  2. Replies
    26
    Views
    2,716

    CLearing The Screen Revision

    Since MS C++ doesnt support that lib file...are there any other suggestions to clearing the screen..???
  3. Replies
    26
    Views
    2,716

    Clearing The Screen

    Ive added the conio.h lib and the clrscr(); still doesnt seem to want to work....ive put in several places in the code (???)



    Also::::a huge thanks goes out to Fordy... :) :) your code...
  4. Replies
    26
    Views
    2,716

    Clearing The Screen

    Thanks Fordy...:cool: :D
  5. Replies
    26
    Views
    2,716

    Clearing The Screen

    One other question and my program qill be complete.....Suppose I wanted to have it test to see if the user put in something other than the R P or S ---- I've tried a few things but it keeps giving me...
  6. Replies
    26
    Views
    2,716

    Clearing The Screen

    Thank you....:D :D :D
  7. Replies
    26
    Views
    2,716

    Clearing The Screen

    It is for char here is the code:

    //This program will play the Rock Paper Scissors Game

    #include <iostream.h>
    #include <ctype.h>

    int main()
    {
    char user_one, user_two, response = 'Y';
  8. Replies
    26
    Views
    2,716

    Clearing The Screen

    I have written code for a game --- when the users say they want to play again, i want the screen to clear -- any help wold be appreciated..thanx in adv
Results 1 to 8 of 8