Writing GUI applications on Mac OS X with c++

后端 未结 2 1377
礼貌的吻别
礼貌的吻别 2021-01-24 22:32

I need to display some Gui to the user with c++ on Mac OS X. I know that for using Cocoa I need to use Obj-c++, but I am wondering if there is a way to show very simple Gui to t

2条回答
  •  独厮守ぢ
    2021-01-24 23:12

    You can try the Gtk+ or Qt libraries, both of which I believe have support for OS X

    Here are links to both of them: Qt: http://qt.nokia.com/products/ Gtk+: http://www.gtk.org/

提交回复
热议问题