Hi List,
I use “ped” to edit these code:
#include <stdio.h>
int
main (void)
{
printf (“Hello, world!\n”);
return (0);
}
my questions are:
-
which directory should I save this file? I work on a Intel Pentium
machine.
because when I try to compile it, the compiler says it can not find
this file. -
I believe I have installed everything in my machine, but when I try
“qcc”, it
says:
#qcc
/bin/sh: qcc: not found
Thanks