How do I make a GUI in C++

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2007
Posts: 129
Reputation: hacker9801 is on a distinguished road 
Solved Threads: 15
hacker9801 hacker9801 is offline Offline
Junior Poster

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

 
0
  #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 Quick reply to this message  
Join Date: Aug 2007
Posts: 129
Reputation: hacker9801 is on a distinguished road 
Solved Threads: 15
hacker9801 hacker9801 is offline Offline
Junior Poster

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

 
0
  #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 Quick reply to this message  
Join Date: Jul 2008
Posts: 2,001
Reputation: ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of 
Solved Threads: 343
ArkM's Avatar
ArkM ArkM is offline Offline
Postaholic

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

 
0
  #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 Quick reply to this message  
Join Date: Aug 2008
Posts: 15
Reputation: findsyntax has a little shameless behaviour in the past 
Solved Threads: 2
findsyntax findsyntax is offline Offline
Newbie Poster

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

 
0
  #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 Quick reply to this message  
Join Date: Apr 2008
Posts: 119
Reputation: marco93 is infamous around these parts marco93 is infamous around these parts marco93 is infamous around these parts 
Solved Threads: 12
marco93 marco93 is offline Offline
Junior Poster

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

 
0
  #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 Quick reply to this message  
Join Date: Oct 2008
Posts: 36
Reputation: amerninja2 has a little shameless behaviour in the past 
Solved Threads: 0
amerninja2 amerninja2 is offline Offline
Light Poster

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

 
0
  #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 Quick reply to this message  
Join Date: Nov 2008
Posts: 976
Reputation: MosaicFuneral is just really nice MosaicFuneral is just really nice MosaicFuneral is just really nice MosaicFuneral is just really nice MosaicFuneral is just really nice 
Solved Threads: 92
MosaicFuneral's Avatar
MosaicFuneral MosaicFuneral is offline Offline
Posting Shark

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

 
0
  #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.
"Jedenfalls bin ich überzeugt, daß der Alte nicht würfelt."
"I became very sensitive to what will happen to all this and all of us." -Two geniuses named Albert
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 8
Reputation: Jimmy88 is an unknown quantity at this point 
Solved Threads: 1
Jimmy88 Jimmy88 is offline Offline
Newbie Poster

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

 
0
  #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 Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC