Re: STL
Re: STL
- Subject: Re: STL
- From: Jonathan Wight <email@hidden>
- Date: Mon, 22 Apr 2002 08:58:39 -0500
On 04/22/2002 08:05, "Adam Hall" <email@hidden> wrote:
>
Is the C++ STL supported/work with the Apple Developer tools?
Mostly. The most commonly used STL classes are present and work fine. But a
few (of the top of my head: bitset and strstream among others) aren't
present (header files missing completely).
If you need any of the functionality provided by the missing headers than
either get STLPort working (www.stlport.org) - I've had reasonable luck with
that. Or get the beta release of Project Builder 2.0 with GCC3.1 (make sure
you turn 3.1 on though). GCC3.1 seems (at first glance) to have a complete
STL implementation...
Jon.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >STL (From: Adam Hall <email@hidden>) |