Page 1 of 1

STL with iPhone ?

PostPosted: Dec 14, 2009 @ 6:19am
by totoch
Hi,

I was wondering if it was possible to use the STL with the EdgeLib on iPhone ?
If so, is it possible to use the standard STL (provided with xCode or visual studio) or do I have to download a specific Stl_port ?

Thank you very much

PostPosted: Dec 14, 2009 @ 9:43am
by edge
Hi,

On iPhone you're able to use template classes (like std::vector). They are bundled with the iPhone SDK.

PostPosted: Dec 15, 2009 @ 2:21am
by totoch
What a great news !
Thank you very much, and for the quick answer too, edge. ;)