Message-ID: <36BB70FD.6C88639C@ameritech.net> Date: Fri, 05 Feb 1999 16:30:21 -0600 From: John Scott Kjellman X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Problems! References: <000101be5154$0d009fc0$c971c0d0 AT default> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I believe clrscr() (in conio.h I think) will clear the screen. You can use textattr(), also in conio.h, for text attributes. Either way, just look in the info files in the conio section for a complete list. KJohn Rockhound wrote: > > I don't really know C++ but I have a simple question that I positive you can answer.......How do you > clear a screen?? And how can you add color to your fonts??? > > James