Advertisement

Flexible C++ linux IDE (a specific problem)

Started by September 13, 2004 09:35 PM
22 comments, last by GameDev.net 20 years, 1 month ago
IIRC, MinGW Dev Studio didn't do intellisense
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
Well, it has limited intellisense. In some cases it shows tooltips with the names and types of parameters whenever you write code to call a function. It doesn't exactly parse every part of C++ grammer and show you hints as you type but limited support is better than no support.
Advertisement
TRy CbuilderX from borland.Ihave tried anjuta, Kdevelop, MingWstudio and CbuilderX is the best so far. I am however migrating to using makefiles the IDE thing is not working well for me.
I was influenced by the Ghetto you ruined.
Quote: Original post by Tha_HoodRat
TRy CbuilderX from borland.Ihave tried anjuta, Kdevelop, MingWstudio and CbuilderX is the best so far. I am however migrating to using makefiles the IDE thing is not working well for me.

How is not working? I use Borland BuilderX and it works perfectly.

This topic is closed to new replies.

Advertisement