From: "Ashod" <ashod AT ozemail DOT com DOT au>
Newsgroups: comp.os.msdos.djgpp
Subject: wierd problem
Date: 12 Nov 1997 16:36:57 GMT
Organization: OzEmail Ltd.
Lines: 14
Message-ID: <01bceff6$b2df4060$63206ccb@ashod>
NNTP-Posting-Host: 203.108.32.99
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Precedence: bulk


I recently wrote this.

void main (void)
{
printf("\nHello");
getch();
}


// but it did it the wrong way round.... it displayed hello after I hit a
key,
any thoughts on this ??