Thread: clrcscrn without bios.h?

  1. #1
    Unregistered
    Guest

    Question clrcscrn without bios.h?

    Is there a way to clear the console screen if I don't hae bois.h?
    I.E., what is the implementation of clrscrn()?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: clrcscrn without bios.h?

    Originally posted by Unregistered
    Is there a way to clear the console screen if I don't hae bois.h?
    I.E., what is the implementation of clrscrn()?
    read the FAQ

  3. #3
    Registered User subdene's Avatar
    Join Date
    Jan 2002
    Posts
    367
    #include <conio.h>

    clrscr();

  4. #4
    Unregistered
    Guest
    Search the board

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. bios.h
    By yanol in forum C++ Programming
    Replies: 3
    Last Post: 06-27-2008, 03:24 PM
  2. in need of bios.h and bios.lib
    By volpe12 in forum C++ Programming
    Replies: 3
    Last Post: 06-24-2005, 08:30 AM
  3. complier with bios.h
    By neuflex in forum C Programming
    Replies: 6
    Last Post: 03-08-2005, 07:27 AM