I've recently begun learning Objective-C. This code snippet (attached) was provided as a part of the learning exercises in Stephen Kochan's book, Programming in Objective-C. I've pasted this code...
http://www.experts-exchange.com/Apple/Programming/Q_23374240.html
Please have a look at the code.
When apllication launches, you can see a rotation with the preset angle, but changing the angle via UI has no
result. The debugger stops at the break point in dr...
http://www.experts-exchange.com/Apple/Programming/Cocoa/Q_23482679.html
I'm having trouble reading a text file when I use it's relative path name instead of the absolute path.
(See code Below)
I'm not sure why this is not working, but it is the most annoying thin...
http://www.experts-exchange.com/Apple/Programming/Q_23579335.html
In objective C how would I declare an array for which I do not know its size until runtime.
for example
int myArray[5];
is an array of size 5 but is there a way to declare an array of siz...
http://www.experts-exchange.com/Apple/Programming/Q_23730455.html
I have been 'programming' in Access and VBA for years and outside of High School and College programming classes years ago, that is the extent of my programming. I am now trying to learn Objective...
http://www.experts-exchange.com/Apple/Programming/Objective-C/Q_23860605.html
Zones:
Objective-CDate Answered: 11/06/2008 Grade: A Views: 38
I have been 'programming' in Access and VBA for years and outside of High School and College programming classes years ago, that is the extent of my programming. I am now trying to learn Objective...
http://www.experts-exchange.com/Apple/Programming/Objective-C/Q_23860592.html
Zones:
Objective-CDate Answered: 11/06/2008 Grade: A Views: 14
hi,
i wrote a simple FOR LOOP program in cocoa-objective c (MAC os- compiler XCode). but it not working properly. the loop iterating only upto some value near to 714300( value change each ti...
http://www.experts-exchange.com/Apple/Programming/Objective-C/Q_22880851.html
I use an intel based Mac and Xcode 3.0, currently I try to encode a 64-bit variable (setting single bits).
Trying out a test code to find the max value (I didn't find a constant like UINT_MAX) I ...
http://www.experts-exchange.com/Apple/Programming/Cocoa/Q_23443892.html
I tried to enable multithreading in a custom OpenGLView and failed (see code)
Processor is Quad-Core Intel Xeon.
kCGLCEMPEngine = 313 checked
http://www.experts-exchange.com/Programming/Game/Game_Graphics/OpenGL/Q_23447810.html
For some reason I'm having tremendous trouble doing what would seem to be ( in any other language besides objective-c ) to be no-brainer.
All I want to do is pass an array of float values, or an...
http://www.experts-exchange.com/Apple/Programming/Q_23539710.html