View Single Post
Old 04-04-2010, 06:13 AM   #68
Krystian Galaj
Guru
Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.
 
Posts: 820
Karma: 11012
Join Date: Nov 2007
Location: Warsaw, Poland
Device: Bookeen Cybook
Quote:
Originally Posted by DawnFalcon View Post
Crowl - Um, given you write for the iPad using Coca (C++) and for Android using Java, it's really not trivial to shift work for one to the other.
Afaik Cocoa uses Objective-C, which is extension of C and doesn't need the C++ mess. One can write in C++ and use Cocoa and it all compiles, but when using only C and Cocoa, the compiler can use all the tricks it uses for compiling pure C programs and come out with much better optimized code than when compiling C++. At least with gcc, which is Apple's compiler of choice.
Krystian Galaj is offline   Reply With Quote