![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Expert Programmer
|
C++ Ide
Is there an IDE like SharpDevelop for C++? What I'm asking, is there an IDE where you can click and drag buttons, and other things and then add the code, does that make any sense?
__________________
|
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Jan 2005
Posts: 110
Rep Power: 4
![]() |
Hmm, there is wxDev C++ which is based on the Dev C++ IDE it uses wxWidgets and allows you to visually design windows, plus it's free and maybe cross platform? The only problem I've had with it is that the compiled program is big in filesize but it gives options for multiple compilers which can help. I think Borland C++ Builder (commercial) also has a designer.. I've never used it though so I could be wrong but I'd assume that'd be windows only (the programs compiled from it).
Edit (links): http://wxdsgn.sf.net/ <- wxDev C++ site http://visualwx.altervista.org/ <-- Visualwx also looks interesting similar to above http://www.codeblocks.org/ <-- needs wxSmith plugin for the wx designer. Last edited by cloud-; May 20th, 2007 at 5:24 AM. |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2
![]() |
If you dont have any issues against informality or cracked software i would recommend downloading Visual Studio 2005 or Borland C++.
![]()
__________________
You never test the depth of a river with both feet. The believer is happy. The doubter is wise. Free speech carries with it some freedom to listen. The next generation will always surpass the previous one. It`s one of the never ending cycles of life. |
|
|
|
|
|
#4 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
wxDev C++ is free but its not cross platform. No reason to steal VS 2005 either MS provides a free express versions. They have the form designer as well.
__________________
Robotics @ Maryland AUV Team - Software Lead |
|
|
|
|
|
#5 |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 146
Rep Power: 2
![]() |
i still say get the full version VS2005, its so nice
|
|
|
|
|
|
#6 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
If you can afford to buy the full version then go for it. If you can't you can always try out Code::Blocks (a nightly build) it comes with a click and drag form designer called wxSmith.
__________________
Robotics @ Maryland AUV Team - Software Lead |
|
|
|
|
|
#7 |
|
Professional Programmer
Join Date: Jan 2007
Location: Cape Town
Posts: 291
Rep Power: 2
![]() |
you can get Visual Studio 2005 Express for free - its pretty much everything minus a few esoteric features...
|
|
|
|
|
|
#8 |
|
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2
![]() |
Everybody knows that but the "money" edition is far better, that is why physicist said to get the full version.
__________________
You never test the depth of a river with both feet. The believer is happy. The doubter is wise. Free speech carries with it some freedom to listen. The next generation will always surpass the previous one. It`s one of the never ending cycles of life. |
|
|
|
|
|
#9 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
You can't actually be a software developer and encourage other people to use other's work without permission. Especially when those people provide free versions of there product which already does quite alot.
Also as a hobbyist programmer its really not that big a deal to be missing the Object Test Bench (doesn't even do C++), 64-bit support, XLST support, and Source Control Support. Its pretty easy to find tools to do all of those except 64 bit support. Note: This is coming from a Linux advocate.
__________________
Robotics @ Maryland AUV Team - Software Lead |
|
|
|
|
|
#10 | ||
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 329
Rep Power: 3
![]() |
Quote:
__________________
Quote:
|
||
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need a little help in the IDE | 357mag | C# | 2 | May 19th, 2007 12:37 AM |