FROM : Uli Kusterer
DATE : Thu May 15 17:54:11 2008
Am 15.05.2008 um 03:19 schrieb Erik Buck:
> 2) Learn C and at least learn to recognize low level operations like
> bit manipulation, pointers, intrinsic types, pointers to pointers,
> pointers to functions, etc. Without this, you will be lost and
> dangerous when writing Cocoa programs in Objective-C.
Let me take this opportunity to once again shamelessly plug my C
tutorial:
http://masters-of-the-void.com
which covers most of this (it doesn't cover pointers to functions and
bitwise operations), especially memory management and pointers.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
DATE : Thu May 15 17:54:11 2008
Am 15.05.2008 um 03:19 schrieb Erik Buck:
> 2) Learn C and at least learn to recognize low level operations like
> bit manipulation, pointers, intrinsic types, pointers to pointers,
> pointers to functions, etc. Without this, you will be lost and
> dangerous when writing Cocoa programs in Objective-C.
Let me take this opportunity to once again shamelessly plug my C
tutorial:
http://masters-of-the-void.com
which covers most of this (it doesn't cover pointers to functions and
bitwise operations), especially memory management and pointers.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de






Cocoa mail archive

