I’m going to write an application for iOS, Mac OS X and Windows Phone 7.
To minimize the amount of work, I’d like to write the model only once, in C++ (otherwise I’d have to do it twice; in Objective-C and in C#).
Can I use C++ in a Windows Phone 7 application, together with C#?
Taken from here: Windows Mobile 7 and C++
It’s from June 2010.