• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Cocoa newbie frustration
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cocoa newbie frustration


  • Subject: Re: Cocoa newbie frustration
  • From: Chris Gehlker <email@hidden>
  • Date: Sun, 07 Oct 2001 21:16:28 -0700

On 10/7/01 6:17 PM, "email@hidden" <email@hidden> wrote:

> Hello.
>
> I am new to Cocoa and Objective-C. I am, however, not new to the OOP
> paradigm (java and c++ are my bread and butter).

I agree about the documentation. I see others have posted good suggestions
so all just add a little bit.

Developer/Examples/AppKit has some decent stuff, especially Sketch and
TextEdit.

Look for high level patterns that match what you know. I.e.:

Virtual classes -> class clusters
static -> +
Interface multiple inheritance (Java) -> protocol
Method multiple inheritance (C++) -> forwarding
Memory management -> ref counted smart pointers

Message centers -> PowerPlant

Delegation -> PowerPlant a little but Cocoa uses it a lot more
--
Heaven is under our feet as well as over our heads. -Henry David Thoreau,
naturalist and author (1817-1862)


  • Follow-Ups:
    • Re: Cocoa newbie frustration
      • From: Chap Harrison <email@hidden>
References: 
 >Cocoa newbie frustration (From: email@hidden)

  • Prev by Date: Question about opening file
  • Next by Date: Thank you
  • Previous by thread: Re: Cocoa newbie frustration
  • Next by thread: Re: Cocoa newbie frustration
  • Index(es):
    • Date
    • Thread