Thread: Clrscr()

  1. #1
    Jpre
    Guest

    Clrscr()

    I am using Micrsoft Visual Studio, Does any body know of a clrscr()function that I can use to clear my dos screen. I have tried
    to include conio.h and my compiler gives me an error of clrscr() is an undeclared identifier, is there a certain way I will have to use this in a unix eniviroment also
    thanks

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823

  3. #3
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    The faq should be included in the "Post new thread" function.

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> I can use to clear my dos screen.

    ... and also the bit about Windows Console App's not being DOS screens.

    >>> am using Micrsoft Visual Studio,

    It is not possible to write DOS apps with VC, it is a 32bit Windows compiler only, not a 16 bit DOS one.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. do i need a lib for clrscr()?
    By FingerPrint in forum C++ Programming
    Replies: 2
    Last Post: 08-02-2006, 12:51 PM
  2. clrscr() in microsoft visual c++
    By canliceset in forum C++ Programming
    Replies: 7
    Last Post: 11-18-2004, 02:40 AM
  3. could anyone help me?
    By yahootew3000 in forum C Programming
    Replies: 13
    Last Post: 10-03-2004, 01:17 AM
  4. clrscr(); not clearing the screen
    By Noobie in forum C Programming
    Replies: 8
    Last Post: 05-01-2003, 01:44 PM
  5. clrscr() blues...
    By CodeMonkey in forum Windows Programming
    Replies: 1
    Last Post: 01-17-2002, 03:20 PM