RE: STL
RE: STL
- Subject: RE: STL
- From: Adam Hall <email@hidden>
- Date: Mon, 22 Apr 2002 10:00:25 -0400
IS PB 2.0 available to the public or is it for ADC Select/etc. members only.
-Adam
BTW- Thanks for the information!
-----Original Message-----
From: Jonathan Wight [
mailto:email@hidden]
Sent: Monday, April 22, 2002 9:59 AM
To: Adam Hall; Cocoa Dev List
Subject: Re: STL
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.