During one of my sessions of working on the iPhone game. I noticed something very strange within Objective-C. 1 2 3 4 5 6 7 8 switch(someVar) { case 1: int x = 5; // Expected expression before ‘int’ break; … } [...]
|
|||||
|
During one of my sessions of working on the iPhone game. I noticed something very strange within Objective-C. 1 2 3 4 5 6 7 8 switch(someVar) { case 1: int x = 5; // Expected expression before ‘int’ break; … } [...] As I dive deeper into the world of programming for Apple hardware I bring along with me past practices or habits that I must change in order to fit into the Objective-C world. It has been years since I last touched C/C++ and coming from a world of .NET and C#, my first impressions of [...] [...] |
|||||
|
Copyright © 2012 Scyanide Chatter - All Rights Reserved 24 queries. 0.454 seconds. |
|||||