i m practising C++. i just add c++ files in XCode and write some string splitting functionality in it. After that i include that C++ file i.e. extension of .mm file in my AppDelegate file and call function from .h file of C++ class. But i found one static error in red line which is ‘iostream’ file not found . I used latest XCode version 4.5 and iOS 6.0. Please see screen shot of my error or xcode screen.

I m tried to modify my code as per given link information but no success. 🙁
also i followed this link information as well, but result is same.
Thanks
iHungry
Objective Chaving.mextensions for its implementation files. If you want to useC++inObjective Cit should have.mmextensions. you can includeC++header files in your.mmfile. But if you want to include yourC++header files in your.hfile, you need to checkmacrofor that, likeBut, I haven’t tried any functions by including
C++header file in.hfile. Hope it helps.