advertisement

Article:
  Loop the Loop
Subject:   Why this article under "Cocoa programming" topic?
Date:   2003-09-12 13:17:15
From:   anonymous2
Response to: Why this article under "Cocoa programming" topic?

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.

Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • Why this article under "Cocoa programming" topic?
    2003-09-12 22:55:33  anonymous2 [Reply | View]

    I also really do not see the necessity in having such a tutorial, since there already exist SO MANY on the subject. It is not to difficult to find a good tutorial on loops. I also do not believe that learning C, a procedural language, before Objective-C is the best idea. I think it is a great opportunity for brand new programmers to not have to get stuck in the procedural mindset but instead dive in directly to object-oriented design.