
Objective-c
Get flash to fully experience Pearltrees
Objective-C Blocks
Objective-C Automatic Reference Counting (ARC)
Technical Reference – Intel® HTML5 App Porter Tool - BETA
Introduction The Intel® HTML5 App Porter Tool - BETA is an application that helps mobile application developers to port native iOS* code into HTML5, by automatically translating portions of the original code into HTML5. This tool is not a complete solution to automatically port 100% of iOS* applications, but instead it speeds up the porting process by translating as much code and artifacts as possible. It helps in the translation of the following artifacts:Historique
Objective-C is a general-purpose , high-level , object-oriented programming language that adds Smalltalk -style messaging to the C programming language. It is the main programming language used by Apple for the OS X and iOS operating systems and their respective APIs , Cocoa and Cocoa Touch . Originally developed in the early 1980s, it was selected as the main language used by NeXT for its NeXTSTEP operating system, from which OS X and iOS are derived. [ 1 ] Generic Objective-C programs that do not use the Cocoa or Cocoa Touch libraries can also be compiled for any system supported by GCC or Clang . [ edit ] History Objective-C was created primarily by Brad Cox and Tom Love in the early 1980s at their company Stepstone . Both had been introduced to Smalltalk while at ITT Corporation 's Programming Technology Center in 1981.
Categories Objective-C - Wikipedia,
Développer pour Iphone/Ipod Touch : Cocao (Objectif-C 2.0) + Iph
Depuis quelques jours seulement, j’ai commencé par me documenter sur le développement pour Iphone (et Ipod Touch ). Ma premiere application que j’espère apparaitra dans quelques jours sera le plan comptable optimisé pour Iphone. Je ne sais pas si celà rendra service à certaines personnes (comptables, étudiants en gestion, …) mais c’est un début. Même si j’ai déjà de bonnes connaissances en language POO (C#, Java, C++, …) le passage sur cocoa (ou Objective-C 2.0 ) n’était pas si évident au début. J’ai donc acheter 2 livres (sur Amazon.fr) que je vous recommande si vous désirez vous lancer sur le développement pour Iphone :Pierre Chatelier: De C++ à Objective-C - Club des décideurs et p
Ce document est un guide de passage de C++ à Objective-C. Il existe plusieurs documentations soucieuses d'enseigner le modèle objet via Objective-C, mais aucune à ma connaissance n'est destinée aux codeurs expérimentés en C++, désirant se renseigner sur les concepts du langage pour les comparer à ce qu'ils connaissent déjà. Le langage Objective-C m'avait semblé au premier abord un obstacle plutôt qu'un tremplin à la programmation avec Cocoa (cf. section 1 page suivante) : il est si peu répandu que je ne comprenais pas son intérêt face à un C++ puissant, efficace et maîtrisé. Il a donc fallu longtemps pour que je comprenne qu'il était au contraire un réel concurrent grâce à la richesse des concepts qu'il propose. Ce document ne se présente pas comme un didacticiel mais comme une référence de ces concepts.Google Objective-C Style Guide
Volume Number: 13 (1997) Issue Number: 3 Column Tag: Rhapsody By Michael Rutman, independent consultant What will programming in Objective-C mean to the C++ programmer Different Object Oriented Languages Almost all of us have heard the term object oriented programming, and most of us have used C++. How will Apple's purchase of NeXT, and NeXT's framework using Objective-C affect us as we develop software?
C and Objective C Compared
Introduction à l'Objective-C
Pour commencer ce tutoriel, je vous propose une introduction plutôt riche à l'Objective-C. Comme tous les langages, l'Objective-C a une histoire particulière derrière lui. En effet, il a été influencé par plusieurs langages de programmation, qui lui ont chacun apporté différents aspects. Je parlerai également des évolutions du langage, qui n'est certainement pas resté sans développement depuis sa création. Certaines entreprises, qui méritent d'être citées pour leur contribution à l'évolution de l'Objective-C, ont eu une grande influence sur la diffusion du langage et son utilisation dans certains projets.iOS Dev Tuto
Objective-C Beginner's Guide
Interesting topics : @protocol @category by Jan 10
==> http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/ObjectiveC/Chapters/ocProperties.html#//apple_ref/doc/uid/TP30001163-CH17-SW1 by Jan 10
@protocol protocol

