help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Run Hello.c


From: Linh Duong
Subject: Run Hello.c
Date: Wed, 29 Oct 2008 18:57:25 -0700

Hello There,

I am new to C. I had look at the manual, configuration, and etc.

Try to run the file on MAC OS. 

Downloaded gcc-testsuite-4.3.2

gcc -o hello.c
gcc -v hello.c

It returns command not found. Can you please tell me what's wrong?

#include <stdio.h>
main ()
{
printf("Hello World\n");
}


Thanks,
Linh

reply via email to

[Prev in Thread] Current Thread [Next in Thread]