Base Manual#
The aim of this document is to provide a GNUstep/Objective-C programming manual (primarily tutorial in style) for the language, the GNUstep Base library, and the GNUstep Make package. While to focus is on Objective-C, the GNUstep libraries can also be used from Java and Guile, and some information on this usage is also included.
The manual does not cover installation instructions as these vary from system to system, and are documented fairly well in the GNUstep HOWTO
The target audience for this manual is the C, C++, or Java programmer that wishes to learn to use Objective-C effectively. We assume that, while the reader is able to understand English, it is quite possibly not their native language.
For detailed class reference documentation the reader is directed to the GNUstep Base Library, and to Apple’s Foundation documentation.
Contents
- 1 Introduction
- 2 The Objective-C Language
- 3 Working with Objects
- 4 Writing New Classes
- 5 Advanced Messaging
- 6 Exception Handling, Assertions, Logging, and Sanitization
- 7 Distributed Objects
- 8 Base Library
- Appendix A The GNUstep Documentation System
- Appendix B Application Resources: Bundles and Frameworks
- Appendix D Programming GNUstep in Java and Guile
- Appendix E GNUstep Compliance to Standards
- Appendix F Using the GNUstep Make Package
- Concept Index