InterviewSolution
Saved Bookmarks
| 1. |
Would I be able to keep in touch with some C++ work in the equivalent .m record? Will it compile? Assuming no, what changes would it be a good idea for me to do to compile it? |
|
Answer» The EASIEST SOLUTION is to inform Xcode to compile everything as OBJECTIVE C++ merely. Set your TARGET on the settings to Compile Sources As to Objective C++ and RECOMPILE. After that use C++ or Objective C anywhere you want. |
|