Is there any good tutorials for Mac GUI applications with Swift?

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

Was this solution helpful to you?

Just Added Q & A:

Find solution

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.