User contributions
17 November 2009
Working with Variables and Constants in Objective-C
no edit summary
+1
Objective-C 2.0 Data Types
no edit summary
+16
Building and Installing GNUstep on Linux
no edit summary
+6
Installing and Using GNUstep and Objective-C on Linux
no edit summary
-2
Installing and using GNUstep and Objective-C on Windows
no edit summary
Installing Xcode and Compiling Objective-C on Mac OS X
no edit summary
-1
The History of Objective-C
no edit summary
-20
16 November 2009
Objective-C 2.0 Essentials
no edit summary
+4
Objective-C 2.0 Essentials
no edit summary
+316
Copying Objects in Objective-C
no edit summary
-7
Copying Objects in Objective-C
no edit summary
+2,063
Copying Objects in Objective-C
no edit summary
+22
Copying Objects in Objective-C
New page: In Pointers and Indirection in Objective-C we discussed the fact that when working with objects in Objective-C we are essentially using variables that contain pointers to the memory ad...
Objective-C 2.0 Essentials
no edit summary
Pointers and Indirection is Objective-C
Pointers and Indirection is Objective-C moved to Pointers and Indirection in Objective-C
Pointers and Indirection in Objective-C
Pointers and Indirection is Objective-C moved to Pointers and Indirection in Objective-C
mPointers and Indirection in Objective-C
no edit summary
+37
13 November 2009
Objective-C 2.0 Essentials
no edit summary
+340
Pointers and Indirection in Objective-C
Indirection and Object Copying
+98
Pointers and Indirection in Objective-C
Indirection and Objects
+890
Pointers and Indirection in Objective-C
New page: In the preceding chapters on object-oriented programming we have used, but not described a feature of Objective-C (actually derived form the underlying C programming language) in the form ...
Objective-C 2.0 Essentials
no edit summary
+54
12 November 2009
Objective-C 2.0 Essentials
no edit summary
+496
Using Objective-C Preprocessor Directives
The #import Directive
Using Objective-C Preprocessor Directives
Conditional Compilation
+2
Using Objective-C Preprocessor Directives
Changing the Objective-C Language with #define
+13
Using Objective-C Preprocessor Directives
Changing the Objective-C Language with #define
+3
Using Objective-C Preprocessor Directives
The #define Statement
m+4
Using Objective-C Preprocessor Directives
The #define Statement
+5
Using Objective-C Preprocessor Directives
no edit summary
+3,399
Using Objective-C Preprocessor Directives
no edit summary
+1
Using Objective-C Preprocessor Directives
New page: In general terms the compilation of Objective-C programs from source code to executable binary is a three phase process. In the first phase, a tool called the ''preprocessor'' scans the hu...
Objective-C 2.0 Essentials
no edit summary
Objective-C 2.0 Essentials
no edit summary
Objective-C 2.0 Essentials
no edit summary
+3
Objective-C 2.0 Essentials
no edit summary
+48
Objective-C 2.0 Essentials
no edit summary
+166
Commenting Objective-C Code
no edit summary
+57
Comments in JavaScript
no edit summary
-1
Commenting Objective-C Code
New page: There is an old saying amongst veteran programmers that goes something like "Don't comment bad code, re-write it!". Before exploring what these seasoned programmers are really saying, it i...
Comments in JavaScript
no edit summary
-2
11 November 2009
Objective-C 2.0 Essentials
no edit summary
+42
Objective-C 2.0 Essentials
no edit summary
+788
Constructing and Manipulating Paths with NSPathUtilities
no edit summary
+955
Constructing and Manipulating Paths with NSPathUtilities
New page: In this final chapter on working with files and directories in Objective-C we will be covering the utilities provided by the Foundation Framework designed to aid in the process of working ...
Objective-C 2.0 Essentials
no edit summary
+94
Working with Objective-C Array Objects
Accessing Array Elements using Fast Enumeration
-6
Working with Objective-C Array Objects
Accessing the Elements of an Array object
+626
Objective-C 2.0 Essentials
no edit summary
+63
Objective-C 2.0 Essentials
no edit summary