FROM : Erik M. Buck
DATE : Tue Jan 28 20:04:30 2003
FROM: Ian G. Gillespie
DATE: 2003-01-28 18:11
>Excuse my ignorance (I am still learning, that is for sure), but how do
>I add a method to the NSBezierPath "category"?
>Thanks for all of the help,
>Ian
All C programmers should read "The Objective-C Programming Language" to
understand the language used to implement Cocoa before starting to develop
with Cocoa. This excellent document explains categories on page 101.
Categories are an important technique for extending existing classes. PLUG:
"Cocoa Programming" ISBN 0672322307 also explains categories.
Non-C programmers will definitely benefit from learning C before attempting
Objective-C.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Tue Jan 28 20:04:30 2003
FROM: Ian G. Gillespie
DATE: 2003-01-28 18:11
>Excuse my ignorance (I am still learning, that is for sure), but how do
>I add a method to the NSBezierPath "category"?
>Thanks for all of the help,
>Ian
All C programmers should read "The Objective-C Programming Language" to
understand the language used to implement Cocoa before starting to develop
with Cocoa. This excellent document explains categories on page 101.
Categories are an important technique for extending existing classes. PLUG:
"Cocoa Programming" ISBN 0672322307 also explains categories.
Non-C programmers will definitely benefit from learning C before attempting
Objective-C.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Ian G. Gillespie | Jan 28, 03:52 | |
| Matt Gemmell | Jan 28, 04:26 | |
| Joseph Jones | Jan 28, 04:42 | |
| Christopher Hollan… | Jan 28, 10:33 | |
| Brock Brandenberg | Jan 28, 15:27 | |
| Ian G. Gillespie | Jan 28, 18:11 | |
| Joseph Jones | Jan 28, 19:47 | |
| Erik M. Buck | Jan 28, 20:04 | |
| Erik M. Buck | Jan 28, 20:51 | |
| Ian G. Gillespie | Jan 28, 21:14 | |
| John C. Randolph | Jan 28, 21:58 | |
| Ian G. Gillespie | Jan 28, 23:17 | |
| Matt Gemmell | Jan 29, 03:01 | |
| Christopher Hollan… | Jan 29, 04:19 |






Cocoa mail archive

