RSS Forums RSS
Please support our C++ advertiser: Programming Forums
Views: 85779 | Replies: 27 | Thread Tools  Display Modes
Reply
Join Date: Aug 2007
Posts: 128
Reputation: hacker9801 is on a distinguished road 
Rep Power: 2
Solved Threads: 13
hacker9801 hacker9801 is offline Offline
Junior Poster

Re: How do I make a GUI in C++

  #21  
Jul 9th, 2008
Keep in mind you can still use .NET on Linux/Mac/Windows with Mono.
Don't yell at me if I'm wrong - I'm thirteen. :)
Reply With Quote  
Join Date: Aug 2007
Posts: 128
Reputation: hacker9801 is on a distinguished road 
Rep Power: 2
Solved Threads: 13
hacker9801 hacker9801 is offline Offline
Junior Poster

Re: How do I make a GUI in C++

  #22  
Jul 9th, 2008
Originally Posted by T3chn0logic View Post
@ those who aren't already using any version of Microsoft Visual Studio:

You n00bs... Why do you continue to you use third party compilers? If your even remotely into development, you all need to get Microsoft Visual Studio. If on *nix machines, get WINE, and then get MSVS. MSVS is by far the best development workstation for any developer. And for the love of god, don't f***ing complain about it costing too much money. <snipped URL>
And if your one of those 'ethical' people who are religously banned from downloading illegal torrents, get a job, and use your second paycheck to buy MSVS.

~T3chn0logic

You're the n00b here
MSVS is alright, but there is no best compiler.
Don't yell at me if I'm wrong - I'm thirteen. :)
Reply With Quote  
Join Date: Jul 2008
Posts: 1,197
Reputation: ArkM is a glorious beacon of light ArkM is a glorious beacon of light ArkM is a glorious beacon of light ArkM is a glorious beacon of light ArkM is a glorious beacon of light 
Rep Power: 7
Solved Threads: 185
ArkM's Avatar
ArkM ArkM is online now Online
Veteran Poster

Re: How do I make a GUI in C++

  #23  
Jul 9th, 2008
Try Ultimate++ RAD suite (it's free; MinGW compiler in bundle):

http://www.ultimatepp.org/

I hope, you will get your first GUI application (almost) at once after download and installation...
Reply With Quote  
Join Date: Aug 2008
Posts: 15
Reputation: findsyntax has a little shameless behaviour in the past 
Rep Power: 0
Solved Threads: 2
findsyntax findsyntax is offline Offline
Newbie Poster

Re: How do I make a GUI in C++

  #24  
Aug 22nd, 2008
Hi, I am Rammohan from Bangalore and working as a Technical lead in big IT firm . Solution for your answer is follows:

Depends on your requirements you need to select the compiler.
Once the compiler selection is over then 50% of the job done.

Based on your compiler you need to change or write your way of C++ code towards the problem solving direction.

I believe you know TurboC compiler. By using this also you can make Graphical design application. But it will work for only on DOS.

If you want to run your graphical application on windows then you can choose any one of the following compiler.

Microsoft VC++
Borland C++


After selecting the compiler you need to go for the GUI tools which are freely available on the net.
Skin Crafter is a evaluation tool and which will allows VC++ developers to easily customize MFC-based applications with professional GUI skins. Click here (http://www.skincrafter.com/) to learn more in this tool.
In the above tool you need to write the code and later you need to modify abased on the skin selection form the tool.

If you don’t want to write any single line code and you want to create drop and drag method way to create any GUI application by using Caretta . Create User Interface Designs And Interactive Prototypes In 3 Easy Steps Without Writing A Single Line of Code. Trail version is available under http://www.carettasoftware.com.


UCanCode E-XD++ is also tool and which will creates graphical applications for you...

Go through the following link for sample code for the GUI applications based on C++:
http://www.codejock.com/

And finally I can give you few tutorials links for further approach:
http://www.winprog.org/tutorial/
http://www.functionx.com/win32/index.htm
http://catch22.net/tuts/

http://www.gametutorials.com/

Those were the ones I've used to learn. If you're interested in creating games too, you can look into SDL and openGL. http://www.libsdl.org/

Wish You Good luck...
<snip fake signature>
Last edited by Ancient Dragon : Aug 22nd, 2008 at 8:24 am. Reason: snip fake signature
Reply With Quote  
Join Date: Apr 2008
Posts: 37
Reputation: marco93 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 6
marco93 marco93 is offline Offline
Light Poster

Re: How do I make a GUI in C++

  #25  
Aug 22nd, 2008
Originally Posted by hacker9801 View Post
You're the n00b here
MSVS is alright, but there is no best compiler.


No, he's obviously right.
VS.NET has the best IDE, the best debugger and the best compiler.
All companies use it.
Reply With Quote  
Join Date: Oct 2008
Posts: 27
Reputation: amerninja2 has a little shameless behaviour in the past 
Rep Power: 0
Solved Threads: 0
amerninja2 amerninja2 is offline Offline
Light Poster

Re: How do I make a GUI in C++

  #26  
Nov 12th, 2008
Yeah im looking at the http://www.winprog.org/tutorial/dialogs.html tutorial and its really good! Its helping me a lot! It has a huge list of things on the left side about Windows Programming and a bunch of GUI. I'd for sure recommend looking if that if you haven't all ready.

P.S I USE DEV C++ TOO, YOU GO TO NEW PROJECT, AND SELECT WINDOWS APP AND ALL ThE CODE ON THAT SITE WILL WORK IN IT!

lol. But yeah
Last edited by Ancient Dragon : Nov 12th, 2008 at 9:22 pm. Reason: removed excessive color code tags
Reply With Quote  
Join Date: Nov 2008
Location: Puget Sound, Washington
Posts: 228
Reputation: MosaicFuneral is on a distinguished road 
Rep Power: 1
Solved Threads: 33
MosaicFuneral's Avatar
MosaicFuneral MosaicFuneral is offline Offline
Posting Whiz in Training

Re: How do I make a GUI in C++

  #27  
Nov 12th, 2008
http://fltk.org/index.php
Or the Irrlicht game engine has an easy GUI, but to some it's still more in the "to-do" sort-of phase.

Originally Posted by amerninja2 View Post

P.S I USE DEV C++ TOO, YOU GO TO NEW PROJECT, AND SELECT WINDOWS APP AND ALL ThE CODE ON THAT SITE WILL WORK IN IT!


Can you please avoid the color red, or green in forums with white backgrounds. I can't see it that well. Plus "SHOUTING" with bold on, makes it a little worse.
Thank you, a personal request.
Last edited by MosaicFuneral : Nov 12th, 2008 at 9:06 pm.
486DX, 16MB, stripped-down distro of Slackware 7.1, on two floppies.
A real system! \m/
Reply With Quote  
Join Date: Nov 2008
Posts: 8
Reputation: Jimmy88 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
Jimmy88 Jimmy88 is offline Offline
Newbie Poster

Re: How do I make a GUI in C++

  #28  
Nov 13th, 2008
I think the best way to make GUI in C++ is XML.for GUI programming C++ is best place.winprog.org is helpful and easy.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.



Similar Threads
Other Threads in the C++ Forum
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 9:12 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC