LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Linux C++ IDE (https://www.linuxquestions.org/questions/programming-9/linux-c-ide-451495/)

Micik 06-04-2006 10:11 AM

Linux C++ IDE
 
Hello,
I wonder which IDE you're using for C++ programming?
I'm trying to install anjuta 2.0.1 on linux mandrake 10.1 but no success.
Can you give me some recommendations?
Is there any way to check which version of software is compatible with Mandrake 10.1?
Thanks

demon_vox 06-04-2006 10:15 AM

I believe that for programming C++ KDevelop is a very good IDE.
The URL is http://www.kdevelop.org/ but it always come with the KDE packages. So you can install it from your Mandrake's CDs.

reddazz 06-04-2006 10:52 AM

Anjuta 2.x is still a development release so it may not install or work right. Try Kdevelop, Eclipse, or Anjuta 1.x.

gjagadish 06-05-2006 09:43 AM

Quote:

Originally Posted by Micik
Hello,
I wonder which IDE you're using for C++ programming?
I'm trying to install anjuta 2.0.1 on linux mandrake 10.1 but no success.
Can you give me some recommendations?
Is there any way to check which version of software is compatible with Mandrake 10.1?
Thanks

you can try Qt Designer, Which is quite powerful

gjagadish 06-05-2006 09:44 AM

Try Qt Designer

reddazz 06-05-2006 09:51 AM

Quote:

Originally Posted by gjagadish
Try Qt Designer

QT Designer is not an IDE :) As far as I know its used to help create QT GUI apps.

xhi 06-06-2006 11:22 AM

i use eclipse at work and kdevelop at home. only complaints are of course the mem usage of eclipse, and the (problems i have had w/) subversion integration in kdevelop. i honestly dont know how i ever lived without ctlr+click before.. oh thats right cscope got me through..

and id have to agree, designer is not an ide, afaik there is no compiler integration.

trscookie 06-07-2006 06:57 AM

does it have to be c++, i love monodevelop. http://www.mono-project.com/Main_Page for c#. with interface designer.

johnMG 06-07-2006 12:42 PM

What's easy and works pretty good for some folks is NEdit + exuberant ctags + make + a few NEdit macros (like pygrep, for example). Almost, but not quite an IDE. :)

xhi 06-07-2006 01:31 PM

Quote:

Originally Posted by johnMG
What's easy and works pretty good for some folks is NEdit + exuberant ctags + make + a few NEdit macros (like pygrep, for example). Almost, but not quite an IDE. :)

its only missing the integrated part.

elyk1212 06-07-2006 04:04 PM

I had similar issues with Anjuta on Madriva. The screen syntax would get all garbled up and my cursor would go all around the text in weird ways, automatically highlighting things many lines below it. I just compiled from source and it worked OK, but the options on the compiler were not convenient for me, since I am still adjusting, so back to kwrite and using a shell (and occasionally using Borland CBuilder).

By the way, for C++ GUI, I LOVE QT Designer. One of the best I have seen. Easy to use and natural.

llmmix 06-07-2006 10:58 PM

http://www.openldev.org

ol1v3rw 06-08-2006 02:25 PM

why not try kylix3 open instead. Borland products are always good and easy to use!

Abomb 06-09-2006 11:20 PM

Microsoft Visual C++













;)

Micik 06-10-2006 05:09 AM

Microsoft Visual C++ on linux? How is that possible?
I have installed ubuntu 5.04 recently, is it possible to install MS products on linux?
How?


All times are GMT -5. The time now is 06:08 PM.