| Article: |
Loop the Loop | |
| Subject: | Why this article under "Cocoa programming" topic? | |
| Date: | 2003-09-12 02:32:02 | |
| From: | anonymous2 | |
| This article is good for beginners who learning C, but i can not see any clue why this article is under "Cocoa programming" topic. | ||
Showing messages 1 through 2 of 2.
-
Why this article under "Cocoa programming" topic?
2003-09-12 13:17:15 anonymous2 [Reply | View]
Because he is trying to write a C "primer" targeted at those who want to use Cocoa with Objective-C.
This is too simple for me, but I am an experienced C programmer. However, I've always disagreed with the philosophy that learning ObjC should require a thorough knowledge of C as a pre-requisite.
Teaching C with ObjC and Cocoa in mind will lead to a different kind of course with certain topics emphasized and others omitted or mentioned in passing. For example, a thorough treatment of the <string.h> functions would be a waste of time since NSString objects handle string manipulation differently. (I believe that to be an excellent programmer, one should be familiar with <string.h>, but that can be put off for a while)
Between you and me, I'd proceed a little differently, but that's another topic.




Mike had some excellent Cocoa articles written, but I could barely understand half of what he wrote. After these simple lessons, the Cocoa concepts are becoming much more clear. I am even able to explore new concepts and learn them on my own.
Cocoa is great. Seth is bringing the rest of us up to speed so that we can all enjoy it. This article darn near puts C basics to an end and forces the next step where Mike started from.