What is the easiest way to create Windows applications in C?
-
I'm a beginner to C++ and all the books and tutorials I've read deal with making console applications only. I want to instead learn programming on the windows GUI platform.
-
Answer:
You may try to use libraries like GTK+, FLTK, Tk, XForms, WxC etc. GTK+ is the second most developed library after XVT but it's the "best" open source one. I don't say I hate closed source but you'll have to pay for XVT. GTK+ gives you the feeling of OOP, for me at least, not imperative. GTK+ on enormous GUI projects becomes boring and messy. You repeat a function thousand of hundreds times for UI design. I don't recommend using ActiveX for portability reasons, it works only on windows platform. XVT has its own studio that makes UI design faster and less messy, though, it doesn't contain user control creation wizard so you can only use their user component. XVT team also stopped the studio development last year. GTK+ has GObject and Glade interface designer to create new user component. May be in the near future we may find better ways for GUI programming in C. For libraries see http://en.wikipedia.org/wiki/List_of_widget_toolkits#Based_on_C_.28including_bindings_to_other_languages.29.
Khaled Kee at Quora Visit the source
Related Q & A:
- What is the easiest way to play any sound file?Best solution by Stack Overflow
- What's the easiest way to scrape residential phone numbers and names into .csv format?Best solution by Quora
- What is the easiest way to convert vhs to dvd?Best solution by Yahoo! Answers
- What is the easiest way to make a podcast?Best solution by Quora
- What is the easiest way to get rid of corns?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.