Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   C++ Ide (http://www.programmingforums.org/showthread.php?t=13173)

crawforddavid2006 May 19th, 2007 9:53 PM

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?

cloud- May 20th, 2007 6:03 AM

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.

pegasus001 May 21st, 2007 1:47 PM

If you dont have any issues against informality or cracked software i would recommend downloading Visual Studio 2005 or Borland C++. ;)

Game_Ender May 26th, 2007 4:17 PM

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.

physicist May 27th, 2007 1:14 AM

i still say get the full version VS2005, its so nice

Game_Ender May 27th, 2007 11:37 AM

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.

rwm May 28th, 2007 3:48 AM

you can get Visual Studio 2005 Express for free - its pretty much everything minus a few esoteric features...

pegasus001 May 28th, 2007 12:27 PM

Everybody knows that but the "money" edition is far better, that is why physicist said to get the full version.

Game_Ender May 28th, 2007 1:24 PM

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.

kruptof May 28th, 2007 3:40 PM

Quote:

Originally Posted by cloud- (Post 128049)
http://wxdsgn.sf.net/ <- wxDev C++ site

Where else can you download this one from, their websites seems to have a broken link or something for at least two days, i would like to experiment with it


All times are GMT -5. The time now is 2:25 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC