Utilizing C++ in iOS and Mac OS X applications

前端 未结 5 1890
清歌不尽
清歌不尽 2020-11-30 22:09

I\'m somewhat moderate in my C++ knowledge but know next to nothing regarding Objective-C. I am planning (and even starting to) learn Objective-C so I can attempt to write a

5条回答
  •  醉梦人生
    2020-11-30 22:34

    Look this question

    I don't know about Mac OS, but in IOS applications you can use C++ in logic but you have to write user interface on Objective-C.

提交回复
热议问题