Advertisement

1 - 10 of 32 containing alltags:("objective-c") (0.001 seconds)
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...
Zones: Apple Programming, Objective-C, CocoaDate Answered: 05/03/2008 Grade: A Views: 8
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...
Zones: Cocoa, OpenGL Game Programming, MAC ...Date Answered: 06/27/2008 Grade: B Views: 24
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...
Zones: Apple Programming, Objective-C, CocoaDate Answered: 07/25/2008 Grade: A Views: 48
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...
Zones: Apple Programming, Mac OS X, O...Date Answered: 09/20/2008 Grade: A Views: 60
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...
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...
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...
Zones: Objective-C, Programming, Tiger ...Date Answered: 02/24/2008 Grade: A Views: 70
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 ...
Zones: Cocoa, Objective-CDate Answered: 06/14/2008 Grade: A Views: 0
I tried to enable multithreading in a custom OpenGLView and failed (see code) Processor is Quad-Core Intel Xeon. kCGLCEMPEngine = 313 checked
Zones: OpenGL Game Programming, CocoaDate Answered: 06/01/2008 Grade: A Views: 0
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...
Zones: Apple Programming, Objective-C, CocoaDate Answered: 07/08/2008 Grade: A Views: 134