I have been given some C++ classes to incorporate into my Objective C project. I've never done this before, so I have to ask:
- Is there something special I need to do or can I just rename the .cpp to .mm?
- What about importing (or including) the .h file? Anything special I need to do there?
Just baby steps here. Thank you.