Ulrich Eckhardt wrote in message <[EMAIL PROTECTED]>... [EMAIL PROTECTED] 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 _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus