objective-c wikipedia - EAS

13-26 of 3,460,000,000 results
  1. Objective-C - Wikipedia

    https://it.wikipedia.org/wiki/Objective-C

    Objective-C, spesso citato anche come Objective C o ObjC o Obj-C, è un linguaggio di programmazione riflessivo orientato agli oggetti, sviluppato da Brad Cox alla metà degli anni ottanta presso la Stepstone Corporation.. Come lo stesso nome suggerisce, l'Objective C è un'estensione a oggetti del linguaggio C.Esso mantiene la completa compatibilità col C (a …

  2. Objective-C - Wikipedia, la enciclopedia libre

    https://es.wikipedia.org/wiki/Objective-C

    Objective-C es un lenguaje de programación orientado a objetos creado como un superconjunto de C para que implementase un modelo de objetos parecido al de Smalltalk.Originalmente fue creado por Brad Cox y la corporación StepStone en 1980.En 1988 fue adoptado como lenguaje de programación de NEXTSTEP y en 1992 fue liberado bajo licencia GPL para el compilador …

  3. Objective-C Programming - Wikibooks, open books for an open …

    https://en.wikibooks.org/wiki/Objective-C_Programming

    Nov 20, 2021 · Objective-C is an object-oriented programming language. It was named after the concept of adding objects to the C language.. Objective C was introduced with NeXTSTEP and OPENSTEP, and was considerably extended in application due to its use with the Cocoa libraries under Mac OS X or the GNUstep libraries. However, you can program in Objective-C without …

  4. Adopting Modern Objective-C - Apple Developer

    https://developer.apple.com/library/archive...

    Oct 16, 2014 · Over the years, the Objective-C language has grown and evolved. Although the core concepts and practices remain the same, parts of the language have been through significant changes and improvements. These modernizations improve type safety, memory management, performance, and other aspects of Objective-C, making it easier for you to write ...

  5. Objective-C | Apple Wiki | Fandom

    https://apple.fandom.com/wiki/Objective-C

    Objective-C is an object-oriented superset of ANSI C by Brad Cox and Tom Love of Stepstone (later Productivity Products International). Its additions to the C programming language are few and are mostly based on Smalltalk. Objective C is implemented as a preprocessor for C. Its programming syntax is a superset of standard C syntax, and its compiler accepts both C and …

  6. 오브젝티브-C - 위키백과, 우리 모두의 백과사전

    https://ko.wikipedia.org/wiki/오브젝티브-C

    오브젝티브-C. 오브젝티브-C ( 영어: Objective-C )는 C 프로그래밍 언어 에 스몰토크 스타일의 메시지 구문을 추가한 객체 지향 언어이다. 현재, 이 언어는 애플 매킨토시 의 운영 체제 인 OS X 과 아이폰 의 운영 체제 인 iOS 에서 사용되고 있다. 오브젝티브-C는 애플의 ...

  7. Objective-C Tutorial - tutorialspoint.com

    https://www.tutorialspoint.com/objective_c/index.htm

    Objective-C Tutorial. Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. This is the main programming language used by Apple for the OS X and iOS operating systems and their respective APIs, Cocoa and Cocoa Touch. This reference will take you through simple ...

  8. Object-oriented programming - Wikipedia

    https://en.wikipedia.org/wiki/Object-oriented_programming

    Symbolic. Value-level (contrast: Function-level) v. t. e. Object-oriented programming ( OOP) is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields (often …

  9. Automatic Reference Counting - Wikipedia

    https://en.wikipedia.org/wiki/Automatic_Reference_Counting

    Automatic Reference Counting. Automatic Reference Counting ( ARC) is a memory management feature of the Clang compiler providing automatic reference counting for the Objective-C and Swift programming languages. At compile time, it inserts into the object code messages retain and release [1] [2] which increase and decrease the reference count at ...

  10. Blocks (C language extension) - Wikipedia

    https://en.wikipedia.org/wiki/Blocks_(C_language_extension)

    Blocks are a non-standard extension added by Apple Inc. to Clang's implementations of the C, C++, and Objective-C programming languages that uses a lambda expression-like syntax to create closures within these languages. Blocks are supported for programs developed for Mac OS X 10.6+ and iOS 4.0+, although third-party runtimes allow use on Mac OS X 10.5 and iOS 2.2+ …

  11. Objective-C – Уикипедия

    https://bg.wikipedia.org/wiki/Objective-C

    Objective-C, известен още като ObjC и Objective C, е обектно ориентиран, рефлективен език за програмиране с динамична типизация. ObjC е създаден от Брад Кокс за корпорацията StepStone през 1980 година. През 1988 е възприет като език за ...

  12. What is Objective C++? - Stack Overflow

    https://stackoverflow.com/questions/3684112

    2 Answers. Objective-C++ is simply source code that mixes Objective-C classes and C++ classes (two entirely unrelated entities). Your C++ code will work, just as before, and the resulting executable will be linked with the Objective-C runtime, so your Objective-C classes will work as well. You can definitely use it in Xcode -- name your files ...

  13. Objective-C – ויקיפדיה

    https://he.wikipedia.org/wiki/Objective-C

    Objective-C היא שפת תכנות מונחת עצמים לשימוש כללי המוסיפה הודעות בסגנון שפת Smalltalk לשפת C.זוהי שפת התכנות העיקרית הנמצאת בשימוש חברת אפל למערכות ההפעלה OS X ו-iOS, וה-API שלהם, Cocoa.. השפה פותחה בראשית שנות ה-80 של המאה ה-20, ונבחרה לשפה ...

  14. Objective-C - 维基百科,自由的百科全书

    https://zh.wikipedia.org/wiki/Objective-C

    Objective-C是一种通用、高级、面向对象的编程语言。 它扩展了标准的ANSI C编程语言,将Smalltalk式的消息传递机制加入到ANSI C中。 目前主要支持的编译器有GCC和Clang(採用LLVM作為後端)。. Objective-C的商標權屬於蘋果公司,蘋果公司也是這個程式語言的主要開發者。 苹果在開發NeXTSTEP操作系统時使用了 ...

  15. Some results have been removed


Results by Google, Bing, Duck, Youtube, HotaVN