|
|
| About site: Programming/Languages/Objective-C - Cetus Links - Objective-C |
Return to Computers also Computers |
| About site: http://www.cetus-links.org/oo_objective_c.html |
Title: Programming/Languages/Objective-C - Cetus Links - Objective-C Links on Objects, Components and Objective-C. Provides links on tutorial, newsletter, books, software and libraries. |
|
|
|
|
Webhosting_net Offers shared, dedicated, reseller, colocation webhosting services.
| spect-uk A short online homage to the Sinclair ZX Spectrum, with the author's account of why the machine is so good.
| JDrawing A Swing component for displaying vector graphics and animation. It can deal efficiently with very large vector images e.g. geographic maps or electronic circuits.
| PPower4 Post-processing of PDF files produced by (La)TeX, to add dynamic effects for presentations. Download the Java program, style files, and documentation.
| Interweb_Sitedesigns Offering design, domain name registration, e-commerce solutions, hosting, content management, search engine optimization and submittal. Based in Egremont in Cumbria, England.
| Mailfilter A utility to get rid of unwanted spam mails, before downloading them from the POP3 mailbox. (C++) [GNU/Linux, Unix, Windows 9x/2000/NT]
|
|
| Alexa statistic for http://www.cetus-links.org/oo_objective_c.html |
Please visit: http://www.cetus-links.org/oo_objective_c.html
|
| Related sites for http://www.cetus-links.org/oo_objective_c.html |
| S2_Incorporated Reseller of MAS 90 and MAS 200 accounting software solutions. Lists services. | | Purple_Sun Manufactures the ISP-I customer experience monitoring system. Offering real-time ISP performance benchmarking from the end-user's perspective. | | A_Tour_through_the_NetBSD_Source_Tree__Part_II_-_Libraries A series of 3 articles by Hubert Feyrer describing the NetBSD source tree. Describes the different libraries included in NetBSD and the features they provide. [Daemonnews.org] (April 1, 2002) | | Xingtone_com Software to convert sound files into ringtones. [Windows] | | ApplayIT ColdFusion tutorials and hint and tip how's to build a top ranking web site. | | National_University_of_Ireland,_Galway Department of Information Technology. Research areas include AI (Neural Networks, Genetic Algorithms), Applications (Remote Sensing Data Collecting Systems and TCP/IP), Information Retrieval & Fil | | Best_of_Neopets_404s Offers a view of 404 pages that occur within Neopets. | | Tech_Support_Alert Directory of commercial and free support sites, categorized by type of support needed. | | NWPT\'01_ 13th Nordic Workshop on Programming Theory. DTU Lyngby, Denmark; 10--12 October 2001. | | Object_Rescue Data recovery software with support for hard drives, floppy drives, compact flash and other removable media. | | The_Truth_About_Switching "Here's what it's like to switch to a Mac, without all the jumping up and down and hysterics." | | LuaSocket Lua extension library; gives support for TCP and UDP transport layers within Lua. | | POBS Open source PHP and JavaScript obfuscator featuring renamings, concatenations comment deletions. Code no longer being maintained. Website offers advantages and disadvantages, debugging tips and sample | | NetProfit Evesham, United Kingdom based company providing a basic design service for small businesses and individuals. | | Basic_Webs Provides web design services and template designs. Based in the United Kingdom. | | Elk_River_Systems,_Inc_ Ticket printing software and services. | | Print_Audit Tracks what is being printed, where and by whom. In addition, print jobs can automatically be moved to lower cost devices. | | Unified_Communications Auto detects phone numbers in web pages and makes the click-to-dial ready with Cisco's Unified Communications Manager. With Cisco Unified Presence Server this also detects people in web text and inser | | i-replies Online survey software including survey design and analysis. | | IncomeMax_com Affiliate program directory from Neil Shearing. |
|
This is websites2007.org cache of m/ as retrieved on 2008.08.21 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Cetus Links: 16604 Links on Objects and Components / Objective-C     Object-Oriented Language: Objective-C Intro Objective-C is an extension of the C language, developed around 1982-1983 by Brad Cox and Tom Love. Objective-C is fully compatible with C (a plain C program can be compiled with an Objective-C compiler), but Objective-C is also extending the C base language with a few constructs, such as classes, messages and inheritance. Those Objective-C specific extensions are based upon Smalltalk, and in particular Smalltalk-76, because the object model used by Objective-C is the one used in Smalltalk-76 (with one particular class being the root class, superclass of both class and metaclass hierarchies). A separate metaclass hierarchy, as used in later Smalltalk-80 systems, has so far not yet been used in Objective-C. Objective-C has over the years also become a popular user-interface development language, because, as an extension of C, it is sufficiently low-level for system programming tasks, yet at the same time the language supports the development of dynamic frameworks in the style of Smalltalk MVC (Model-View-Controller) libraries. Contents Start hereExamplesCentral SitesTutorialsFAQsGeneral NewsgroupsSpecial NewsgroupsCompany NewsgroupsMailing ListsGeneral ArticlesSpecial ArticlesLink CollectionsBibliographiesBooksOrganizationsPeopleDevelopment EnvironmentsCompilers / InterpretersUtilities / ToolsGUIsLibrariesOther SoftwareOther Resources Other pages Languages SmalltalkStart hereA 10-Minute Introduction to Objective-C (Paul Burchard)Hello world example (W.J. Antel)OO Programming in Objective-C (Michael Chui)Introduction (Steve Dekorte)Objective-C (Gerrit Huizeng)Objective-C and RHIDEExamplesObjective-C: Sample Source Code (Steve Dekorte)Objective-C Cheezmud Sample Source Code (Dave Flater)Central SitesObjective-C Homepage (Steve Dekorte)comp.lang.objective-c Info (NIC)comp.lang.objective-c Resources (PHOAKS)Deja News (Deja News)Reference.COM (InReference)TutorialsObjective-C: Getting Started (Steve Dekorte)FAQsObjective-C FAQObjective-C FAQGeneral Newsgroupscomp.lang.objective-cSpecial Newsgroupsgnu.gnustep.announcegnu.gnustep.buggnu.gnustep.helpCompany Newsgroupscomp.sys.next.programmercomp.sys.next.announceMailing ListsPortable Object Compiler User ListMailing Lists and Newsgroups (GNUstep)General ArticlesProducer - Translating Smalltalk to Objective-C (Brad Cox & Kurt Schmucker)Articles (Steve Dekorte)Objective-C Blocks - Blocks for Objective-C (David Stes)Objective-C : Documentation (Steve Dekorte)Objective-C: Comparisons with other Languages (Steve Dekorte)TaskMaster - Exception Handling for Objective-C (Brad Cox)Objective-C: Concepts (Steve Dekorte)Special ArticlesOpenStep Specification (GNUstep)Link CollectionsIndex of Objective C Information (Nelson Minar)Objective-C Links (Steve Dekorte)Open DirectoryYahooBibliographiesObjective-C (Brad Cox)BooksGeneral Objective-C BooksObject-Oriented Programming : An Evolutionary Approach, Second Edition (Brad Cox & Andy Novobilski, ISBN 0201548348)An Introduction To Object-Oriented Programming, Second Edition (Timothy Budd, ISBN 0201824191)Objective-C : Object-Oriented Programming Techniques (Pinson, Lewis J. / Wiener, Richard S., ISBN 0201508281)Applications of Object-Oriented Programming; C++ SmallTalk Actor Objective-C Object PASCAL (Pinson, Lewis J. / Wiener, Richard S., ISBN 0201503697)Object Lessons : Lessons Learned in Object-Oriented Development Project (Tom Love, ISBN 0134724321)NextStep/GnuStep/OPENSTEP BooksNextstep Object-Oriented Programming and the Objective C Language : Release 3 (ISBN 0201632519)NEXTSTEP Applications Programming (Garfinkle, S., ISBN 0387978844)Developing NeXTSTEP Applications (Gene Backlin, ISBN 0672306581)Developing Business Applications with OpenStep (Nick Gervae & Peter Clark, ISBN 038794852X)OtherBooks (Scott Anguish)Books (Steve Dekorte)OrganizationsGNUstepeduStep FTP Archive (eduStep)GNUstep CD (NET-Community)PeopleObjective-C (Brad Cox)Norihiro Itoh's Home Page [Japanese]Development EnvironmentsThe GNU C Compiler (GNUstep)The GNU Debugger (GNUstep)Compilers / InterpretersStepstone Objective-C (The Stepstone Corporation)Apple Objective-C (Apple / NeXT Software)GNU Objective-C (GNU)Portable Object Compiler (David Stes)Utilities / Toolsfab - Literate Programming Tool for Objective-C (David Stes)Objective-C turned into a scripting language Joy (AAA+ Software Forschungs- und Entwicklungsgesellschaft) (AAA+)Producer - Compile Smalltalk-80 to Objective C (Brad Cox - Kurt Schmucker)GUIsGNU & OpenStep (GNUstep)LibrariesObjective-C ClassWare (Steve Dekorte) (Commercial)Objective-C ClassWare (Steve Dekorte) (Free)The GNU Objective C Class Library Home Page (Andrew McCallum)Other SoftwareThe Swarm Simulation System (Marcus G. Daniels)Other ResourcesStepwise Server (Scott Anguish)Receive email when this page changes Home Mirrors/HostsWhat´s New? Most Wanted About Cetus Cetus Team LegalDownload Suggest Moved/Broken Feedback URL-Minder Link to CetusCopyright © 1996-2004 by Cetus TeamPage maintained byDavid StesLast revision: 2003-Jan-11 05:36:12 (GMT) |
|
| |
Links | on | Objects, | Components | and | Objective-C. | | Provides | links | on | tutorial, | newsletter, | books, | software | and | libraries. |
|
http://www.cetus-links.org/oo_objective_c.html
Cetus Links - Objective-C 2008 August
dvd rental
dvd
Links on Objects, Components and Objective-C. Provides links on tutorial, newsletter, books, software and libraries.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Fragrance - Hotels - Buy Anything On eBay - Online Loans - Pacotes Reveillon Salvador
|