PDA

View Full Version : IDE for windows



newplayer
7th July 2008, 17:59
Could you tell me which IDE is the best for windows ? Of course for Qt and c++. I have Dev-c++ but this IDE is too difficult to programming in c++ with Qt - I must non stop add to files in dev-c++ windows which I have done in Qt designer and always something is wrong. I want IDE in which I can create windows as in Qt Designer and programming and compilling as in dev c++ !

marf
7th July 2008, 19:04
I'd think Eclipse CDT

and then get the Eclipse c++ qt plugin. Then you're in business.

fnmblot
7th July 2008, 19:12
I use QDevelop (http://qdevelop.org/).

ZuLuuuuuu
11th July 2008, 10:13
I also use QDevelop these days. If it crashes when you are editing a file then try opening a project first. My QDevelop has this strange bug.

haldrik
12th July 2008, 23:09
Hello, I Have the same problem with QDevelop, but my problem is creating a new project on a existing folder, id sayss:"Can´t create project" and crashes.

But Qdevelop have future.

nbkhwjm
13th July 2008, 02:39
we use MS VS 2005.. it is very well supported, and isnt as buggy as the later MS IDE's...

Raccoon29
16th July 2008, 11:31
I suggest CodeBlocks IDE, since at the moment seems the best c++ IDE that is growing day by day (my view,of course), and when you create the project it supports the Qt template; but for qmake and moc configurations, those are to be made manually sadly :( . Anyway it is growing and something shall happen ;)

About QDeveop, I think would be a great Qt develop IDE, but it has terrible memory lacks when debugging (something like several hundreds of MB of usage memory after a pair of debug hours), out of many other littler bugs. I agree, it has future, but by now I would suggest CodeBlocks normally and QDevelop for occasional debug duties.

fullmetalcoder
16th July 2008, 18:03
There's two alternatives you forgot :


Monkey Studio (http://monkeystudio.org)
Edyuk (http://edyuk.org)

As for QDevelop, I might be wrong but from what I've heard and seen it does not seem to have that much future unless. Last release dates back to February, last SVN commit to May and its author has not been very active lately.

jlbrd
19th July 2008, 09:33
it crashes when you are editing a file then try opening a project first.
This problem is fixed in the revision 329. Try to use the svn version. A new release will be made soon (certainly in September).

Arsenic
21st July 2008, 23:26
Notepad ++ and Qmake :).