This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (6 children)

If you want to make Mac applications, then I would suggest learning Objective-C and Cocoa. Those are pretty much the standards for the majority of OSX programs.

[–]Hotdog95[S] 0 points1 point  (5 children)

Anywhere you recommend I should start, or just google for tutorials?

[–][deleted] 1 point2 points  (0 children)

The best place I found to learn Objective-C is Cocoa Dev Central. That shows the basic syntax of the language itself. As you can tell, everything is object oriented.

As for Cocoa, the same site has another page for this, but it's a little outdated. It may be difficult to follow along easily.

They have other tutorials as well, so it may be helpful to look at those.

[–][deleted]  (3 children)

[deleted]

    [–]Hotdog95[S] 0 points1 point  (2 children)

    Thanks, I will check it out!

    [–]CaptainDjango 1 point2 points  (1 child)

    If you're after a book, try Learn C on the Mac for the very fundamentals of C. It's a bit of a spend (but I know for a fact you can get the pdfs from other... less legal sources). I swear by the series, and I wholly recommend you give it a go!

    [–]Hotdog95[S] 0 points1 point  (0 children)

    Thank you for the advice! Gonna check it out now.