Date: Thu, 27 Jan 2000 09:36:37 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: LarsNicolas cc: djgpp AT delorie DOT com Subject: Re: Help on clrscr... In-Reply-To: <20000127000427.13141.00000223@ng-cj1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 27 Jan 2000, LarsNicolas wrote: > int main() { > clrscr; This should have been "clrscr();" (note the parentheses!).