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.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Cocoa OSX

  • 21-10-2011 10: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