Forum Navigation
You need to log in to create posts and topics.

Instructive [and short] Objective-C Video Tutorials

Posted by: artlythere <artlythere@...>

On Jul 27, 2010, at 2:01 AM, Ken Shmidheiser wrote:

> I have come across some simple, short and well-explained Objective-
> C video tutorials. Take a look at this one on programming an array.
> Notice the nice differentiation the [young] presenter makes between
> an object and its value, along with a very easy introduction to a C
> for/next loop.
>
> http://www.youtube.com/watch?v=jwNHH1251Ow
>
> The tutorials are aimed at iPhone coding, but in the process give a
> nice understanding of the underlying fundamentals of Objective-C
> for the Mac. Also, the code style seems up to date. I especially
> appreciate that simple, but complete, programs are offered along
> with source code.
>
> I'd be curious if any of the experienced programmers here learn
> anything new from watching this.
>
> Ken

Does non-mutable mean that you can't even change the values of the
existing elements? Or just the number of elements?

rc