• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: FW: Where to include header files - relates to last question on variable scope
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: Where to include header files - relates to last question on variable scope


  • Subject: Re: FW: Where to include header files - relates to last question on variable scope
  • From: Finlay Dobbie <email@hidden>
  • Date: Sun, 31 Oct 2004 15:40:36 +0000

On Sun, 31 Oct 2004 16:18:17 +0100, Ole Voss <email@hidden> wrote:
> This also means, that I have to include the header file wherever I need it?
> That could mean that the same class has to be recompiled tens of times -
> right?

The class implementation won't be recompiled, since that will reside
in the .m file. If you're putting the implementation in your header,
you're very, very confused.

> So what possibilities do I have to create global variables?

Declare them extern in a header, like you would in C.

-- Finlay
_______________________________________________
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

  • Follow-Ups:
    • Re: FW: Where to include header files - relates to last question on variable scope
      • From: Ole Voß <email@hidden>
References: 
 >FW: Where to include header files - relates to last question on variable scope (From: Ole Voss <email@hidden>)

  • Prev by Date: Re: Localization question
  • Next by Date: How do I include a library in my program
  • Previous by thread: FW: Where to include header files - relates to last question on variable scope
  • Next by thread: Re: FW: Where to include header files - relates to last question on variable scope
  • Index(es):
    • Date
    • Thread