From: Cousin Stanley on 10 Jul 2010 20:40 >> .... >> I've never compiled anything and thought >> it might be interesting to try > .... > If you're looking to try out compiling, > find the simplest Open Source app > that you're interested in using and start there. > .... If you've never compiled anything at all you might start with a hello_world program .... // greet.c _______________________________________________ #include <stdio.h> main() { printf( "\n Greetings, human .... \n\n" ) ; } -- Stanley C. Kitching Human Being Phoenix, Arizona
First
|
Prev
|
Pages: 1 2 Prev: Are Desktop iCalendar & Rainlendar related? Next: Is Firefox falling behind? |