My objective is simple:
I wish to write a library that exposes a C++ class, but calls Obj-C code behind the scenes. I wish to write the code such that, as far as a C++ programmer and his or her favorite compiler care, it's all C++.
I see people putting C++ & Objective-C code in the same .h...