Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <5367F3D6F0A7D211BAEA00104B87229C342E01@DACOR2> From: Kittenberger Axel To: "'mike coll'" , "'cygwin AT sourceware DOT cygnus DOT com'" Subject: AW: Sample code that works with cygwin Date: Fri, 20 Oct 2000 13:12:54 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id HAA05180 ------------ main.c --------------------- #include int main() { printf("Hello world, hello cygwin!\n"); return 0; } --------- makefile --------------------- main: main.o gcc main.o -o main ------------------------------------------ -----Ursprüngliche Nachricht----- Von: mike coll [mailto:coll_mike AT yahoo DOT com] Gesendet: Freitag, 20. Oktober 2000 12:51 An: cygwin AT sources DOT redhat DOT com Betreff: Sample code that works with cygwin Hi Is there a place i could download some sample .c files that compile under cygwin? And mabye also some projects with the .c .h .rc makefile. so you just need to run "make" to compile it? since it would be much easier if i had some sample code i could use as examples to learn how to program with cygwin. i tried using a sample .c that came with rsxntdj and it didin't work. why doesen't cygwin come with sample .c files? __________________________________________________ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com