FROM : Finlay Dobbie
DATE : Sun Oct 31 16:40:36 2004
On Sun, 31 Oct 2004 16:18:17 +0100, Ole Voss <<email_removed>> 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
DATE : Sun Oct 31 16:40:36 2004
On Sun, 31 Oct 2004 16:18:17 +0100, Ole Voss <<email_removed>> 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
| Related mails | Author | Date |
|---|---|---|
| Ole Voss | Oct 31, 16:18 | |
| Finlay Dobbie | Oct 31, 16:40 | |
| Ole Voß | Oct 31, 23:10 | |
| Finlay Dobbie | Oct 31, 23:47 | |
| Ole Voß | Nov 1, 09:07 | |
| Kevin Ballard | Nov 1, 09:37 | |
| Ole Voß | Nov 1, 13:09 | |
| Kevin Ballard | Nov 1, 13:11 | |
| M. Uli Kusterer | Nov 5, 00:15 |






Cocoa mail archive

