Thread: stupid question

  1. #1
    Registered User abrege's Avatar
    Join Date
    Nov 2002
    Posts
    369

    Lightbulb stupid question

    What function is used to clear all the text in the window?
    I am against the teaching of evolution in schools. I am also against widespread
    literacy and the refrigeration of food.

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    check the faq and/or tutorials...

    but for a quick answer, clrscr();

  3. #3
    Registered User abrege's Avatar
    Join Date
    Nov 2002
    Posts
    369
    thanks much
    I am against the teaching of evolution in schools. I am also against widespread
    literacy and the refrigeration of food.

  4. #4

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    you're welcome...

  6. #6
    Registered User
    Join Date
    Nov 2002
    Posts
    28
    if ur using something like dev c++ its gonna be different something like this:

    system("CLSCRN");

    thats as close as i can nail it down.

  7. #7
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953
    You can also use system("CLS");

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Stupid Question Probably
    By Kyrin in forum C Programming
    Replies: 2
    Last Post: 05-07-2006, 12:51 AM
  2. Replies: 7
    Last Post: 11-04-2005, 12:17 AM
  3. Stupid Question
    By digdug4life in forum C++ Programming
    Replies: 22
    Last Post: 05-17-2005, 11:43 AM
  4. stupid, stupid question
    By xelitex in forum C++ Programming
    Replies: 5
    Last Post: 12-22-2004, 08:22 PM
  5. Stupid question: What does Debugger do?
    By napkin111 in forum C++ Programming
    Replies: 6
    Last Post: 05-02-2002, 10:00 PM