Re: Objective-C++
Re: Objective-C++
- Subject: Re: Objective-C++
- From: Scott Anguish <email@hidden>
- Date: Thu, 26 Jul 2001 01:08:35 -0400
On Thursday, July 26, 2001, at 12:22 AM, Ben Jansen wrote:
It doesn't sound like there's much knowledge about Cocoa w/ Obj-C++
(besides that it's coming), but just in case someone knows:
Will I be able to use the C++ Standard Library, and, more importantly,
the STL? All the STL container classes are invaluable to me.
The best way to figure this out is to look at the GCC docs and see
how well it supports STL
The important item is that you will be able to insert lines of
Objective-C into your C++ code for the UI bits.