Objective-C: Difference between revisions
Appearance
No edit summary |
m →Links |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Objective C]] compiler from [[Stepstone Corporation]] for DOS and OS/2. | [[Objective C]] compiler from [[Stepstone Corporation]] for DOS and OS/2. | ||
Version 4 offers [[ANSI C]] support, full function and method prototyping, extensive type-checking, enhanced error handling, and dynamic and static binding options. | |||
==Version== | ==Version== | ||
*4.0 (1990) - This compiler requires Microsoft C 5.0 and contains a basic data structures library (ICpak). | *4.0 (1990) - This compiler requires Microsoft C 5.0 and contains a basic data structures library (ICpak). | ||
*( | *4.3.1 (1992) - preprocessor for [[IBM C Set/2]] | ||
*4.3.4 | |||
==Publications== | |||
*Ernest R. Tello: ''Objective-C'' - DDJ (Aug 1988) | |||
==Links== | |||
*[https://web.archive.org/web/19961230113750/http://www.stepstn.com/ archived] | |||
[[Category:Objective C]] | [[Category:Objective C]] |
Latest revision as of 19:53, 2 March 2024
Objective C compiler from Stepstone Corporation for DOS and OS/2.
Version 4 offers ANSI C support, full function and method prototyping, extensive type-checking, enhanced error handling, and dynamic and static binding options.
Version
- 4.0 (1990) - This compiler requires Microsoft C 5.0 and contains a basic data structures library (ICpak).
- 4.3.1 (1992) - preprocessor for IBM C Set/2
- 4.3.4
Publications
- Ernest R. Tello: Objective-C - DDJ (Aug 1988)