| Article: |
C is for Cocoa | |
| Subject: | just what I was looking for... | |
| Date: | 2003-07-23 12:18:28 | |
| From: | anonymous2 | |
| ..."exactly how much C do I need for cocoa" is a question I've been asking for a while now. big question is, what's the schedual for this series? I'd be hopeing a couple a week if all the articles are paced as this one is. (That being said, it looks like a great start)... | ||
Showing messages 1 through 1 of 1.
-
just what I was looking for...
2003-07-23 15:42:47 anonymous2 [View]
"exactly how much C do I need for cocoa" answer: Exactly all of it. Seriously, objective C is not another language, it's a superset of C. It ADDS object oriented features to C. Objective C is not a redefinition of C, it IS C with some new features. IOW, you need to know C. C, C, C, C, C!!!! Si! I mean yes! No good shortcuts to this one I'm afraid. That said, there ARE powerful things you can do with Cocoa knowing only a limited amount of C and it's Obj C addendum. Learn a lot of C, it's not all that hard.


