I am trying to learn C++ with Cygwin and Eclipse Helios. I got all the development tools under Cygwin installed; and installed the CDT package for Helios.

The problem is I don't see an option to create a C++ project from makefile or any other option. I can only see options for a C Project, C++ project and a new project from existing source code.

Here is what I referred to:

Questions:

  1. Is there any clear guide to setup Eclipse for Cygwin?
  2. Am I missing something in the setup?

any other suggestion will be helpful.

Thanks, Ayusman

link|improve this question

75% accept rate
2  
In Cygwin installation, make sure to at least pick the following packages under Development: gcc-core, gcc-g++, gdb, make – Amro Aug 30 '10 at 22:52
feedback

1 Answer

up vote 1 down vote accepted

Are you asking how to setup GCC in cygwin + Eclipse? How about this tutorial?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.