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

Q: gcc & cpp



In the first place, thank you everyone for all
the help.  Sorry if I ask so many questions.

I have written a basic C program just to try
out gcc, the source code is:

#include <stdio.h>

main()
{
	printf("This is a test\n");
}

When I compiled it I ran:

gcc test.c -o test

When I executed the application, it ran
yet I did not get the "This is a test"
message to show up on my screen. I have
read the doc's on gcc.  Am I missing
something?  I even tried using cpp and
I get the same results.

Thanks,

--
deans@crl.com


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: