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... )
Comments 3
Reply
It's primarily an excuse to learn Mac/iOS programming but it's good to have a goal.
Reply
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