objective c - How do I use C++ STL containers in My iPhone App? -
I would like to use an STL set in my iPhone app (which is written in Object-C in XCode) How do I set and / or use namespace?
In C ++ I will do this:
# include & lt; Set & gt; using namespace std; // Use the set & lt; T & gt;
Comments
Post a Comment