Re: screen clearing in ANSI C



Ben Pfaff said:

"David T. Ashley" <dta@xxxxxxxx> writes:

"Leslie Kis-Adam" <dfighter@xxxxxxxxxxx> wrote in message
news:ek7s1a$fjk$1@xxxxxxxxxxxxxxxxxx
Hi everyone!
Does anyone know, if it is possible to clear the screen in ANSI C?
If it is,then how?
Any help would be appreciated.

I don't know about ANSI ... but in the *nix world most shell programs
emulate the VT100 ... the following program will clear the screen.

This is exactly why off-topic questions should not receive
answers: often, the given "answers" are wrong.

The question is not off-topic, and there is a perfectly topical answer to
the perfectly topical question. That perfectly topical answer is "no".

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
.



Relevant Pages

  • Re: Differences between const char and char
    ... > Ben Pfaff wrote: ... > accurate name for the new ANSI standard. ... Which is: ISO/IEC/INCITS ...
    (comp.lang.c)
  • Re: Index out of bounds question
    ... Ben Pfaff writes: ... both ANSI and pre-ANSI compilers? ... still be odd failures when a malloc() return value has ...
    (comp.lang.c)
  • Re: screen clearing in ANSI C
    ... if it is possible to clear the screen in ANSI C? ... but in the *nix world most shell programs ... emulate the VT100 ... ... null pointers don't have to be *dull* pointers! ...
    (comp.lang.c)
  • Re: screen clearing in ANSI C
    ... if it is possible to clear the screen in ANSI C? ... but in the *nix world most shell programs ... A list of some commands is here: ... Searching by VT100 will turn up more. ...
    (comp.lang.c)