c++ Programming Glossary: interface.h
Calling Objective-C method from C++ method? http://stackoverflow.com/questions/1061005/calling-objective-c-method-from-c-method files I have picked these names for verbosity MyObject C Interface.h #ifndef __MYOBJECT_C_INTERFACE_H__ #define __MYOBJECT_C_INTERFACE_H__.. void parameter #endif MyObject.h #import MyObject C Interface.h An Objective C class that needs to be accessed from C @interface.. MyCPPClass.cpp #include MyCPPClass.h #include MyObject C Interface.h int MyCPPClass someMethod void objectiveCObject void aParameter..
How to compile a 64-bit application using Visual C++ 2010 Express? http://stackoverflow.com/questions/1865069/how-to-compile-a-64-bit-application-using-visual-c-2010-express
|