I'm guessing that since you are using a ".template" extension for your files Xcode isn't reading them as C++ template code. Try making them header files with the usual ".h" extension and see what ...
I'm teaching myself Mac OS X programming, and have decided to write all new Mac code in Objective-C using Cocoa. However, I have a very large library of C++ classes that I do not want to port to ...