Quantcast
Channel: easing c++ to objective-c/cocoa bridging via metaprogramming? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Georg Fritzsche for easing c++ to objective-c/cocoa bridging via...

I didn't find anything satisfactory and came up with a prototype that, given the following informal protocol:- (NSString*)concatString:(NSString*)s1 withString:(NSString*)s2;and this C++ code:struct...

View Article



Answer by Kerido for easing c++ to objective-c/cocoa bridging via...

Did you look at the wxWidgets library? I don't code in Objective-C, but at least the developers claim decent support for Cocoa/Objective-C. Which means, they have some mapping from C++ implemented...

View Article

easing c++ to objective-c/cocoa bridging via metaprogramming?

In a pure C++ world we can generate interfacing or glue code between different components or interfaces at compile time, using a combination of template-based compile-time and runtime-techniques (to...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images