User contributions
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
Objective-C 2.0 Essentials
no edit summary
+1,090
Working with Files in Objective-C
Reading Data from a File
+2,509
Working with Files in Objective-C
NSFileHandle File Offsets and Seeking
+28
Working with Files in Objective-C
NSFileHandle File Offsets and Seeking
+3
Working with Files in Objective-C
no edit summary
+4,635
10 November 2009
Working with Files in Objective-C
no edit summary
+14
Working with Files in Objective-C
New page: In Working with Directories in Objective-C we looked at the NSFileManager, NSFileHandle and NSData Foundation Framework classes and discussed how the NSFileManager class enables us to ...
Working with Directories in Objective-C
Getting the Attributes of a File or Directory
+99
Working with Directories in Objective-C
Deleting a Directory
Working with Directories in Objective-C
Creating an NSFileManager Instance Object
Objective-C 2.0 Essentials
no edit summary
+883
Working with Directories in Objective-C
no edit summary
+25
Working with Directories in Objective-C
no edit summary
+142
Working with Files and Directories in Objective-C
Working with Files and Directories in Objective-C moved to Working with Directories in Objective-C
Working with Directories in Objective-C
Working with Files and Directories in Objective-C moved to Working with Directories in Objective-C
mWorking with Directories in Objective-C
Getting the Attributes of a Directory
+1
Working with Directories in Objective-C
Getting the Attributes of a Directory
+1,986
Working with Directories in Objective-C
New page: A key element of gaining proficiency in any programming language involves the ability to work with files and file systems. The level of difficulty in working files various from very easy t...
9 November 2009
Objective-C 2.0 Essentials
no edit summary
+56
Objective-C 2.0 Essentials
no edit summary
+442
Objective-C Dictionary Objects
no edit summary
-1
Objective-C Dictionary Objects
New page: Objective-C Dictionary Object classes allow data to be stored and managed in the form of key-value pairs where both the key and the value are objects. In this chapter of [[Objective-C 2.0 ...