Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
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.

Cocoa OSX

  • 21-10-2011 11:13PM
    #1
    Closed Accounts Posts: 2,663 ✭✭✭


    i was thinking about learning some new programming lang. and thinking about Cocoa for some Apple Apps is it worth my while or should i just go with Java ?


Comments

  • Registered Users, Registered Users 2 Posts: 331 ✭✭taylorconor95


    Well Cocoa is an API, not a language.

    You could certainly learn C++ or Objective-C for use with cocoa, and that would enable you to write most iPhone/Mac apps...

    OpenGL is another option if you are looking into graphic programming like games etc...

    I find Objective-C incredibly useful even for learning new languages, as the syntax is kind of "common": a base for other languages (well, in my mind)


  • Closed Accounts Posts: 2,663 ✭✭✭Cork24


    thanks for that I learned C++ in College but i lost all touch of the Program and starting to get back into it that the problem with those things you have to get reading and working on it,

    is Objective-C done with Visual C, is the syntax the same as C++ or is it more like Java ?


  • Registered Users, Registered Users 2 Posts: 2,062 ✭✭✭Colonel Panic


    ObjectiveC is a superset of C. It is object oriented too, but not what you'd be used to with C++.

    You need a Mac to write Cocoa applications.


  • Registered Users, Registered Users 2 Posts: 331 ✭✭taylorconor95


    Hmm how do I say this...

    Objective-C syntax Looks a lot like Java, but it is practically C++, with out all the -> type of stuff you'd be used to

    Yes and obviously you need XCode on a Mac to write & compile Objective-C


Advertisement