Re: Writing a linked list
Re: Writing a linked list
- Subject: Re: Writing a linked list
- From: David Remahl <email@hidden>
- Date: Fri, 21 Mar 2003 06:34:18 +0100
Britt,
I'm trying to convert my C++ Linked List class into Obj C, to better
learn the latter. However I'm having a hard time finding assistance on
doing this. I was wondering if anyone could point me to any examples of
this, or at least tell me if I can embed a C-style struct as a private
data member in a class?
Yes, you can include a C struct in as an instance variable. You can
include everything that you can include in a C struct in an ObjC object.
/ Rgds, David
_______________________________________________
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.