ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi,
i'm looking for an ide to program in c/c++. eclipse has a plugin for that, but even though i have not tried out how good it is, one thing for sure is eclipse is still slow because it's java. what does every one around here use? any suggestions for a good c/c++ ide?
thanks.
You're sure Eclipse is slow even though you haven't tried it? (or did I misunderstand you?) If you have a reasonably fast system the speed is usually pretty good. It's not like an IDE needs to be blazingly fast, since all the heavy work is being done by the compiler anyway.
hi,
i have used eclipse on java projects. a few of you mentioned vi and gdb. while i can agree with vi, it was a pain for me the one time i used gdb to debug a Lisp interpreter project: constantly having to type 30+ characters to see the values of variables in a struct->union->struct... in a linked list while i could have clicked clicked clicked.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.