Please support our C++ advertiser: Programming Forums
![]() |
•
•
Join Date: Aug 2007
Posts: 128
Reputation:
Rep Power: 2
Solved Threads: 13
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. :)
•
•
Join Date: Aug 2007
Posts: 128
Reputation:
Rep Power: 2
Solved Threads: 13
•
•
•
•
@ 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. :)
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...
http://www.ultimatepp.org/
I hope, you will get your first GUI application (almost) at once after download and installation...
•
•
Join Date: Aug 2008
Posts: 15
Reputation:
Rep Power: 0
Solved Threads: 2
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>
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
•
•
Join Date: Oct 2008
Posts: 27
Reputation:
Rep Power: 0
Solved Threads: 0
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
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
•
•
Join Date: Nov 2008
Location: Puget Sound, Washington
Posts: 228
Reputation:
Rep Power: 1
Solved Threads: 33
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.
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.
Or the Irrlicht game engine has an easy GUI, but to some it's still more in the "to-do" sort-of phase.
•
•
•
•
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/
A real system! \m/
![]() |
Similar Threads
Other Threads in the C++ Forum
- GUI using C++ - urgent (C++)
Other Threads in the C++ Forum
- Previous Thread: Notifying server socket that connection has closed - MFC
- Next Thread: c++ help
•
•
•
•
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)






Linear Mode