Every so often I have my rants with Objective-C because I terribly miss having namespaces and templates, something that seems already solved in Objective-C++
Although it seems an easy transition, I am not sure about the problems of switching to Objective-C++
So far I have read about problems with ARC, interface builder, refactoring and instruments tools... but I am not sure if all that is "still true"
How safe is it switching to Objective-C++? Which problems should I expect? In which cases should I avoid it? Should I avoid Objective-C++ in my views and/or setting that as the main class of my XIBs?
Although it seems an easy transition, I am not sure about the problems of switching to Objective-C++
So far I have read about problems with ARC, interface builder, refactoring and instruments tools... but I am not sure if all that is "still true"
How safe is it switching to Objective-C++? Which problems should I expect? In which cases should I avoid it? Should I avoid Objective-C++ in my views and/or setting that as the main class of my XIBs?