Date: Wed, 5 Feb 1997 17:05:40 +0200 (IST) From: Eli Zaretskii To: Brian cc: djgpp AT delorie DOT com Subject: Re: how do i In-Reply-To: <32F7D39D.7C31@telusplanet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 4 Feb 1997, Brian wrote: > readthe readme files. althow the readme files were very informitive > they lacked one magor fact. It dinied to tell me how to compile cpp > programs that are in .cpp format. It would realy help me out if you > could send me info on how to compile programs that are in .cpp formate > into an .exe prog. Use the same commands that show how to compile .cc files. Both .cc and .cpp are taken by GCC as C++ sources.