Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Delivered-To: mailing list cygwin@sources.redhat.com Message-ID: <5367F3D6F0A7D211BAEA00104B87229C342E01@DACOR2> From: Kittenberger Axel To: "'mike coll'" , "'cygwin@sourceware.cygnus.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@yahoo.com] Gesendet: Freitag, 20. Oktober 2000 12:51 An: cygwin@sources.redhat.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@sourceware.cygnus.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com