Writing GUI applications on Mac OS X with c++

后端 未结 2 1383
礼貌的吻别
礼貌的吻别 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:34

    If you don't mind your app being restricted to 32-bit-mode only (and you enjoy pain ;^)) you can always use MacOS/X's old Carbon APIs. (They are C APIs but as such are easily callable from a C++ app)

提交回复
热议问题