Re: Adding the ability to add functions into structures?
- From: "Chuck F. " <cbfalconer@xxxxxxxxx>
- Date: Sat, 31 Dec 2005 09:48:41 -0500
Eric Sosman wrote:
jacob navia wrote:[...] For instance:
1) I define a forward declaration to the object typedef struct _ArrayList ArrayList;
Have you forgotten that the identifier `_ArrayList' is off-limits?
"All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use." -- ISO/IEC 9899:1999 section 7.1.3 paragraph 1
In this case I think you have forgotten that Jacob is the implementor, and thus correctly avoiding the users namespace.
-- "If you want to post a followup via groups.google.com, don't use the broken "Reply" link at the bottom of the article. Click on "show options" at the top of the article, then click on the "Reply" at the bottom of the article headers." - Keith Thompson More details at: <http://cfaj.freeshell.org/google/> .
- References:
- Adding the ability to add functions into structures?
- From: Albert
- Re: Adding the ability to add functions into structures?
- From: jacob navia
- Re: Adding the ability to add functions into structures?
- From: Eric Sosman
- Adding the ability to add functions into structures?
- Prev by Date: Re: String reversing problem
- Next by Date: Re: Adding the ability to add functions into structures?
- Previous by thread: Re: Adding the ability to add functions into structures?
- Next by thread: Re: Adding the ability to add functions into structures?
- Index(es):
Relevant Pages
|