Discussion Board
C++ Standard lib
2004-09-21, 16:04
#1
Regular Contributor
Hi,
Does the series 60 SDK contain the C++ standard library (meaning std:: stuff like vector, string, etc...)??
If not, what are my otrher options?
Thanx.
Yaron Tadmor
Nokia Developer Expert
Regular Contributor
Thanx, but these links talk about the ANSI C standard libraries.
I'm talking about C++ STL. The place where std::vector<>, std::string, and such are found.
Registered User
In Symbian OS , it doesn't support STLbut it provide container classes, for fixed, dynamic arrays. You can see details in "Dynamic Arrays" in SDK Help.
Super Contributor
I believe there is a port of STL for Symbian OS somewhere around...
Just google a little bit around the Internet.
Super Contributor
yes, I found it: http://www.3glab.org/developer/symbian/
Question is, if it is really necessary and wise to use such thing on Symbian OS...:-)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules