Re: objective-C++ newbie question
Re: objective-C++ newbie question
- Subject: Re: objective-C++ newbie question
- From: Justin Spahr-Summers <email@hidden>
- Date: Mon, 25 Apr 2005 16:46:08 -0500
No, class1 is a C++ object.
On 4/25/05, James Dessart <email@hidden> wrote:
> On 4/25/05, Keith Ray <email@hidden> wrote:
> > myClass1 = new class1;
>
> I think he might have more luck with:
>
> myClass1 = [[class1 alloc] init];
>
> Just a thought. ;)
>
> --
> James Dessart
> Blog: http://skwirl.net/
> Software dev. services: http://skwirl.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden