help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to build multiple files program with gcc, cygwin?


From: BobR
Subject: Re: how to build multiple files program with gcc, cygwin?
Date: Tue, 14 Nov 2006 21:18:28 GMT

Ulrich Eckhardt wrote in message <4rnl2bFrufftU1@mid.uni-berlin.de>...
nvinhphu@gmail.com wrote:
>> I would like to build a C++ program using g++ compiler. However, I do
>> not know how to compile several files without using an IDE.

>> My questions are:
>> 1. Is there any IDE with g++ compiler for Windows? If any, it is free
>> or not? :-)

>DevC++ is one IDE, though I don't know if it works with Cygwin or just
>native win32. Other IDEs might exist and work for Cygwin like kdevelop or
>anjuta.

Dev-C++ IDE: http://www.bloodshed.net/

Also:
MinGWStudio http://www.parinyasoft.com/
MinGW Studio is simple and has ports for window$ and GNU/Linux.

New kid on the block is 'Code Blocks'.
 Code::Blocks: http://www.codeblocks.org/


Recomendation (window$):
Download and install Dev-C++(with MinGW).
Download and install MinGW Studio(without MinGW).
Configure MinGW Studio to use the GCC installed with Dev-C++.
( point it to x:/..../<devcpp>/bin/ )
Use the one you like best.

--
Bob R
POVrookie




reply via email to

[Prev in Thread] Current Thread [Next in Thread]