I have a few classes written in c++ which needs to be integrate with my iOS project written in Objective-C. I got a Mac (C++) project from my client to integrate with my project. I need to call the methods in .cpp class from Objective-C class with NSNotificationCenter or some other way which is better do it?
4
-
DLL. Filling this with characters so It fits the quota.A. Abramov– A. Abramov2015-08-03 07:01:14 +00:00Commented Aug 3, 2015 at 7:01
-
2Rename .m into .mm and use c++ code.Cy-4AH– Cy-4AH2015-08-03 07:02:02 +00:00Commented Aug 3, 2015 at 7:02
-
I need to use the class not the code @Cy-4AHCode cracker– Code cracker2015-08-03 07:02:56 +00:00Commented Aug 3, 2015 at 7:02
-
1Rename .m into .mm and use c++ classes.Cy-4AH– Cy-4AH2015-08-03 08:54:03 +00:00Commented Aug 3, 2015 at 8:54
Add a comment
|