Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
2934 days ago
> you can write C++ in Objective-C
You mean Objective-C++.
1 comments
TillE
2934 days ago
The most common pattern I've seen with cross-platform stuff is a small Objective-C wrapper over MacOS APIs, which then gets called like C functions from pure C++ code.
link