LoKe137
08-27-2002, 10:46 PM
I am compiling with gcc, it seems to compile fine but I cant find the compiled file. Can anyone help me... I am compiling oi.c at my home directory the code I am compiling is someting simple just to try it out:
#include<stdio.h>
main()
{
Printf("oi\n");
}
#include<stdio.h>
main()
{
Printf("oi\n");
}