From: "Access One" Newsgroups: comp.os.msdos.djgpp Subject: What to use to Compile Date: Thu, 23 Apr 1998 14:23:01 +1000 Organization: Customer of Access One Pty Ltd, Melbourne, Australia Lines: 12 Message-ID: <6hmg4r$ri2$1@news.mel.aone.net.au> NNTP-Posting-Host: natproxy.ferntree.com.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, just wondering what I would need to type to compile these filenames...they are all C++ ass3.h ass3.cpp => includes "ass3.h" ass3main.cpp => includes "ass3.h" I have tried gcc and gpp but I get different results...?? What is the correct way to compile and link a program using djgpp??