I want to make an iPhone app, but I am planning to make the framework in C++. Is it possible to use things like templates in Objective-C++. I guess really the question is, can I use boost?
All of C++ is supported in Objective C++. It should be possible to use boost, but you might have to port some of the platform dependant things.