![]() |
2009-06-05
, 23:37
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#22
|
While that sounds good in theory, having one language to devolpe for focuses developers on solving problems, not spouting acronyms. It also makes suppirt a lot easier; and forces the hand of innovation to those developers who don't like being told that developing an app in another language is impossible.
![]() |
2009-06-06
, 00:06
|
Posts: 13 |
Thanked: 4 times |
Joined on Feb 2008
@ Beijing, China
|
#23
|
![]() |
2009-06-06
, 03:40
|
Posts: 54 |
Thanked: 3 times |
Joined on Mar 2007
|
#24
|
![]() |
2009-06-06
, 19:31
|
Posts: 362 |
Thanked: 109 times |
Joined on May 2009
|
#25
|
Just some corrections for the front article.
22. Dev Kits ---- C QT Java WebKit Flash -- C Native ------- WebKit ------- C QT Java WebKit Flash
OS X uses Objective C which is far from C, more like better C++
26. VoIP/Skype ---------------- Y ---------------- N ------------------ N? -------------------- Y
http://www.skype.com/download/skype/iphone/
![]() |
2009-06-06
, 20:09
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#26
|
Is the skype in iPhone v3 only after Jailbreak? - software available only after jailbreak or Symbian break/hack etc is not considered because needs the hack - many users cannot afford because of the operator specific software and because many users don't have time or are not power-users to hack the device after every firmware update.
About Objective C - is this the same as OpnStep C or NextStep C?
If yes, this is an advanced OOP but it is different than C++.
So iPhone cannot run C++ programs or Java programs.
![]() |
2009-06-06
, 20:18
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#27
|
![]() |
2009-06-06
, 21:09
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#28
|
Is the skype in iPhone v3 only after Jailbreak? - software available only after jailbreak or Symbian break/hack etc is not considered because needs the hack - many users cannot afford because of the operator specific software and because many users don't have time or are not power-users to hack the device after every firmware update.
![]() |
2009-06-07
, 12:05
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#29
|
You can add .cpp files directly to your Xcode projects, and I'm guessing the same goes for .c files.
The Following 5 Users Say Thank You to lma For This Useful Post: | ||
![]() |
2009-06-07
, 15:52
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#30
|
Not really. Both languages were independent attempts to add object oriented features to C, and they are very different. Language purists seem to thing Objective C, being smaltalk-like in its OO, is much better at it, though in real life it's almost never used outside of NeXTSTEP and derivatives so it's a bit of a moot point.
Historically the C++ ABI has been a mess and it was very difficult to link C++ code with anything. Things are better now, and there's even an "Objective C++" but don't try mixing C++ and Objective C classes, namespaces etc unless you like living in interesting times. Mixing either language with C is much more straightforward of course.
More adopters, more apps.