Difference between revisions of "Foundation"

From GNUstepWiki
Jump to navigation Jump to search
(Renamed reference section to "Notes and Snippets", added note about where to find API doc)
Line 16: Line 16:
 
* [[Exception handling]]
 
* [[Exception handling]]
  
== Class and Protocol Reference ==
+
You can find the automatically generated API documentation [http://www.gnustep.org/resources/documentation/Developer/Base/Reference/index.html here].
 +
 
 +
== Notes and Snippets ==
  
 
{| border="0" cellpadding="2"
 
{| border="0" cellpadding="2"

Revision as of 17:26, 4 September 2006

The GNUstep base library (aka gnustep-base) contains a powerful set of non-graphical Objective-C classes that can readily be used in your programs. At present there are approximately 70 different classes available, including classes to handle strings and arrays, dates and times, distributed objects, URLs and file systems (to name but a few).

Features:

You can find the automatically generated API documentation here.

Notes and Snippets

Class Reference Protocol Reference