can anyone help me just a bit? i'm gonna try to start programing (C or C++ for linux) and i made this file
#include <stdio.h>
main()
{
printf("blah, blah,");
}
then when i went to my termanil and tryed to compile it (gcc file.c) it didn't give me any error or anything but it whouldn't run for some reason.... any ideas? any input whould be great (BTW: anyone know of a e-book about C or C++ for linux?) http://www.1001tutorials.com/