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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -