(Untitled)

Oct 26, 2010 01:14

I wrote my first Objective-C class a few days ago. It's interesting comparing it to C++. They decided not to make any new keywords so it's all new syntax instead and that's awkward to get used to at first. The difference between static and non-static methods is especially awkward, just using a plus or minus respectively before the method's return ( Read more... )

Leave a comment

Comments 3

saintnicster October 26 2010, 14:02:54 UTC
Let me know what you think about iOS development. It's always interested me, but I haven't really had a good enough idea to start development.

Reply

grahamwest October 26 2010, 20:06:38 UTC
I'm going to make a solitaire game. I know there are already zillions of them, but my aim is to be as data-driven as possible so I can add lots of variants in the future including wacky ones like Calculation or Busy Aces (or even more wacky ones I can't remember off the top of my head).

It's primarily an excuse to learn Mac/iOS programming but it's good to have a goal.

Reply


liquidbrain6502 October 26 2010, 15:23:11 UTC
My iOS development works has stalled because it's G2E madness time at WMS... once things calm down I hope to get back into it.

I like Objective-C when it sticks with being C with classes. The language gets complex the deeper you dive into it.

Reply


Leave a comment

Up