From: riker AT pipcom DOT com (Matt Chuckleton) Newsgroups: comp.os.msdos.djgpp Subject: Help with simple commands Date: Fri, 14 Mar 1997 00:29:24 GMT Organization: Bell Network Solutions Lines: 13 Message-ID: <33289b66.5518194@news> NNTP-Posting-Host: p1dc5.pipcom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Last year I started learning C with Borland C++ (I think :). There are 4 commands in particular that I used than, that I can't get to work with DJGPP. They are: clrscr(); (clear screen) getch(); (wait for a key press) /n (new line - used with printf, etc.) /t (tab - used with printf, etc.) If anyone knows why these won't work, or what commands that DJGPP uses, please e-mail me or post to the group. Thanks! Matt Chuckleton