Also, what is the difference between a .m and a .mm file? Or is that just some convention that Nokia uses for Qt?
views:
51answers:
1
+1
A:
.m refers to an Objective-C file, whereas .mm is an Objective-C++. I'm not sure whose convention that is.
As for calling Objective-C from C++, this might help:
Jeremy Friesner
2010-05-27 07:22:00