|
Why did Apple decide to use Objective-C for the iPhone SDK and not C++?
It seems strange to me that they would not have chosen a language more popular than Objective-C. Is it because wanted to have something unique in their application which is not otherwise...
Started by rkbang on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
When Jobs left Apple to set up NeXT, the language Objective C was developed as a specific or consumer equipment (including Apple TV) use Objective C as their primary development languageIt's because Objective C....
|
|
How can I read the EXIF data from an image taken with an Apple iPhone ? using C#
I need the GPS related data.
ps: I know how to read EXIF except image taken with an Apple iPhone
Answer Snippets (Read the full thread at stackoverflow):
I can't remember where I got it from now but I've found... .
I found some code for interpreting these tags as EXIF data .
If you load an image using:
Image image = Image.FromFile(imageName);
The EXIF values are read into the PropertyItems array on the image .
|
|
I'm tasked with reading Apple's property list files within a c++ application. Focusing primarily on the xml-type plist files specified in OS X, which mimic a xml-type implementation.. Apple's implementation of their property list is described here:
http...
Started by werelord on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Given Apple's documentation, you should be able a better solution, at the time I tried to compile it from Apple's sources targeted at Windows.
The files, I'm not aware of any existing ones.
|
Ask your Facebook Friends
|
I'm wondering if it is possible to use Scripting Bridge (as discussed here ) in C. What I'm trying to do is control and/or get information from Apple applications (such as iTunes, see link listing 2.1 & 2.2 on above link) which is fairly easy using Objective...
Started by Alex Marcotte on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That said, calling Objective....
Apple events in C:
http://developer.apple.com/mac/library/technotes/tn/tn2045.html
You do need to knowAs far as I know, Scripting Bridge is Objective-C only (there's no pure C (Carbon) equivalent).
|
|
This question is inevitably subjective, but I will ask anyway.
I'm a PC. I've always been a PC. I have very little Apple expertise, although I'm completely happy in *nix. I've plenty of experience with development, and consider that I am able to pick ...
Started by spender on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Beyond ....
Also, read Apple's "The Objective-C Programming Language.
Apple have gone to watch the Stanford Lectures in your free time.
I prefer objective-C to Java (and what I've come to learn of C and C++).
Was a joy.
|
|
Kind of a weird newbie question...I want to use typedef enum declarations in one of my classes . This particular class gets used by other classes, where a client class might say something like "set your style to Style1 (enumerated type)". Then the target...
Started by iPhoneToucher on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
}
While I don't know the gory details of Apple's OS internals, every.
(); // ...and so forth and so on.
|
|
I would like to start using Objective C for something projects, however I don't want to use any frameworks and libraries that are tied to Apple. What can I use to write portable code across Mac OS X, Linux, and maybe even Windows?
EDIT: I was thinking...
Started by Alex on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
GNUStep is the most well known Apple's Cocoa frameworks evolved.
Of course, Objective-C is not particularly useful without libraries to go with it.
Objective-C is supported by the gcc tool chain on all of its supported platforms.
|
|
Hi everyone, I need to debug an objective-c program. When setting a breakpoint on main() function , I've got:
Reading symbols from /usr/bin/pbcopy...done. (gdb) break main Function "main" not defined.
Invoking "start" from reply the same error. I suspect...
Started by yves Baumes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you.
Since this is a stripped binary, breaking on C function names isn't going to work very well.
Did you create your Objective-C application using a Cocoa Project Template? If so, which one? Many.
|
|
I find that the xcode-builtin-documentation reader is hard to use. I want to see the root of all Guides available, to get an idea of how long I will have to keep reading until I can start. All the time some new Guide pops up to me, and I am wondering ...
Started by Thanks on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For Objective-C, your starting point is Object-Oriented Programming with Objective-C.
With Cocoa.
|
|
Http://news.businessweek.com/article...MH9F0NM1BRR9KI
cliff:
-Kodak sued apple a while back for violating a few of Kodak's patent (picture preview).
-Kodak then recently filed for bankruptcy protection.
-On Feb 7 Apple objected to Kodak law suit and argued...
Answer Snippets (Read the full thread at e46fanatics):
Look....
Yeah I'm not a fan of Apple either Why do people put that dumb apple sticker on their car, whats the point? I dont give 5 dollars worth of crap that you own an apple.
They make things that make my life better.
Who gives a fuuck.
|