Programming Topics
what future scope of objective c
what future scope of objective c
Calling a c-function from Objective C
Hi, I need a simple example where I call a c-function from with my Objective C code. All advice will be appreciated.
Reading a textile line by line
Hi, I need to read a ascii text file line by line. The data read should be stored in an Array, where each entry represents a single in the file. NSString offers support to read the whole file content...
Mac Emulator
Where is the best place to download a Mac emulator with instructions on installation for my PC?
what is the difference in between c and objective c
i want to develop iphone applications
Cocos2d Parallax Tutorial
Anyone have a good link to a Cocos2d Parallax tutorial? Looking for something that would pan the background, a few mid ground and a foreground sprite images. Thanks!
xCode 4 Help.
When I ran my application in xCode 4, using debug,profile and analyze all of it seems to just work fine. However every time I tried to build it using Archive, the result won't run on my Mac. The application...
How can I link a C++ library into an Objective-C program ?
Can anyone please advise on how can I link a C++ library into an Objective-C program ?
What’s the difference between copy and deepCopy ?
can anybody tell me what is the difference between copy and deepCopy?
How do I get an IMP given a SEL?
this is a follow up question about SEL, please help me on how do I get an IMP given a SEL? any help would be great. thank you very much.