Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: SilvioWolf Subject: seeking for advice Date: Wed, 31 Mar 2004 10:44:41 +0000 (UTC) Lines: 26 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 80.139.129.233 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)) What you search for is probably a IDE which not really comes with cygwin.. If you really want to go the hard "GNU way" of developing sofware with the autotools and ideally xemacs/emacs(or even vim?:-) you may install cygwin and have a look at some nice tutorial i found: http://www.st-andrews.ac.uk/~iam/docs/tutorial.html -most efficient with large unix Projects -long learning phase(no help with linker stuff in here..) For a IDE, look at Bloodsheds DevCpp(also GNU licensed i think): http://www.bloodshed.net/ -Creates nice dependencies/Makefiles from the DevCpp Project-Files. -Convert existing VC++ Projects into its own Project-Files. -Installs new libraries(incl.+lib.) with a Packagemanager. -Provides Templateprojects with predefined linker options for nearly every Package. -Provides Documentation(often WinHelp Files with F1 on the word) for many packages. -Comes with the Mingw compiler(although cygwin conf. possible). -Builtin frontend for gdb(debugger). -VC++-like intellisense(also try Strg-Click on something in the code) -Classbrowser -etc.. If you have to learn C++ from scratch and are searching for a free GNU-IDE, maybe you should try this one first. Hope this helps... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/