Re: Code completion of member functions / attributes?
Re: Code completion of member functions / attributes?
- Subject: Re: Code completion of member functions / attributes?
- From: David Olbersen <email@hidden>
- Date: Tue, 25 May 2004 18:34:29 -0700
On May 25, 2004, at 4:05 PM, Greg Pfeil wrote:
The second version is an anonymous struct that happens to have a
typedef (QUEUE) pointing to it. The first one is a named struct
(queue). The typedef is just a common trick to be able to not use the
struct keyword when referencing the type.
I'll take your word for all that. I don't especially like C -- it was
for a school assignment.
Thanks for the tip. I just made all my structs non-anonymous and I get
completion on the typedef name now.
Excelente!
--
David Olbersen: Now with 40% less fat!
http://spaz.mootech.net/resume.html
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.