AppleWatcher
Tigerrr
Hi,
Does anyone know a good manual to learn Mac OS X Cocoa programming??
Thankx,
AppleWatcher
Does anyone know a good manual to learn Mac OS X Cocoa programming??
Thankx,
AppleWatcher
endian, r u big or little?
Objective-C would appear to be even closer to ANSI C than Java, since unlike Java it doesn't enforce the OO paradigm.Objective-C is defined as [a] set of extensions to the C language. Its designed to give C a full capability for object-oriented programming, and to do so in a simple and straightforward way. Its additions to C are few and are mostly based on Smalltalk, one of the first object-oriented programming languages. . . .
Since Objective-C incorporates C, you get all the benefits of C when working within Objective-C. You can choose
when to do something in an object-oriented way (define a new class, for example) and when to stick to procedural programming techniques . . . .
Originally posted by JSR COUT
endian, r u big or little?
Originally posted by endian
i have an abstracted, object-oriented API... you shouldn't concern yourself with such underlying implementation details.
Originally posted by bellboy
for some reason, I was expecting a reply along the lines of
"depends, are you loose or tight?"
...