• 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: how is C often used in Cocoa, if at all?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how is C often used in Cocoa, if at all?


  • Subject: Re: how is C often used in Cocoa, if at all?
  • From: Scott Anguish <email@hidden>
  • Date: Tue, 11 Feb 2003 16:31:25 -0500

Well, Objective-C is mostly C with some extensions.

You'll need to know all the basic C functionality. If any of C is less required in doing Cocoa programming it's the pointer math. Usually there are objects to insulate you from directly manipulating arrays of char and int and such.

However, it's something that does come up, and a basic understanding is still important.

No reason you couldn't learn the C issues as you learned the other mind you.


On Tuesday, February 11, 2003, at 03:13 PM, Ben Dougall wrote:

Hiyer,

I'm currently learning C before I get stuck into Objective-C and Cocoa, and am just skimming this list in preperation - to see what's going on.

And I'm wondering if C is used much in writing Cocoa applications? It doesn't seem to be, from what I've read on here, or have I got the wrong impression there?

How often, and how is C often used from within Objective-C and Cocoa, if at all? Are there some things that lend themselves well to being written in straight C, and other things that don't? Which sort of things? Is it just a matter of preference and ends up being easier not using C?

I know these are very broad questions but I'm just trying to get an understanding of how C fits in generally with Obj-C and Cocoa.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >how is C often used in Cocoa, if at all? (From: Ben Dougall <email@hidden>)

  • Prev by Date: Re: help needed with OO concepts when copying
  • Next by Date: Re: How do I change the enddate for a runloop?
  • Previous by thread: Re: how is C often used in Cocoa, if at all?
  • Next by thread: Re: how is C often used in Cocoa, if at all?
  • Index(es):
    • Date
    • Thread