Mail Archives: djgpp/1997/11/12/16:15:35
Ashod wrote:
>
> I recently wrote this.
congratulations!
> void main (void)
int main(void)
> {
> printf("\nHello");
printf("Hello.\n");
> getch();
return 0;
> }
>
> // but it did it the wrong way round.... it displayed hello after I
> hit a key, any thoughts on this ??
see the FAQ.
--
----------------------------------------------------------------------
A. Sinan Unur
Department of Policy Analysis and Management, College of Human Ecology,
Cornell University, Ithaca, NY 14853, USA
mailto:sinan DOT unur AT cornell DOT edu
http://www.people.cornell.edu/pages/asu1/
- Raw text -