Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Objective C Programming Language

  • 15-03-2004 01:33PM
    #1
    Closed Accounts Posts: 7,230 ✭✭✭


    taken from http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/index.html
    Objective-C is an extension of standard ANSI C , existing C programs can be adapted to use the software frameworks without losing any of the work that went into their original development. Since Objective-C incorporates C, you get all the benefits of C when working within Objective-C. You can choose when to do something in an object-oriented way (define a new class, for example) and when to stick to procedural programming techniques (define a structure and some functions instead of a class).

    I am reading the pdf http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ObjC.pdf as i type.. So my query is this. Have any of you programming folk heard of Objective C before? If you're a /. reader i'm sure you have. And if you have heard of Objective C - have you ever used it? What about you guys working in I.T? Does your company employ and Objective C programmers? Or have you written any Objective C code to help with any project you're doing / have done? The pdf is certainly an interesting read, and i'd recommend reading it, to all code geeks on boards.


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Hmmm... Kinda reminds me of D


  • Closed Accounts Posts: 437 ✭✭casper-


    Having done a fair amount of OS9/X development, the only way Objective-C is going to help you is if you :

    a) are employed by Apple
    b) like coding for free in your own time making OS X shareware
    c) have an awful lot of free time on your hands and just pick up a new 'methodology' of programming -- I have to say it's _interesting_ at the very least

    Having said that, it would be very difficult finding a job in it, and unless you have tons of experience in it already, convincing a company that's doing a Mac port to use it over Carbon / PowerPlant X is gonna be pretty difficult.

    I'll say it again though, it's neat and fun to play around with for a while :)


Advertisement