Where to include header files - relates to last question on variable scope
Where to include header files - relates to last question on variable scope
- Subject: Where to include header files - relates to last question on variable scope
- From: Ole Voss <email@hidden>
- Date: Sun, 31 Oct 2004 08:43:37 +0100
I've created a singleton class or however one might phrase that ;-)
My idea was that I include the header file for this (extensively used) class
in 'main.m' and have it available to all other classes in my program.
...so much for that idea...
Why do I have to include the header file of this singleton class in every
other class I use it in? Should the class not be available to the compiler
the moment it's included in the 'main.m'?
I'm missing something fundamental here - it's always like that :-)
Could somebody please give this blind puppy a nudge in the right direction?
Ole.
_______________________________________________
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