OS/2 Primecuts: Difference between revisions
Appearance
Created page with "A collection of C and C++ code examples and snippets that is intended for educational purposes mainly, with emphasis on introducing the OS/2 API to novice programm..." |
mNo edit summary |
||
Line 2: | Line 2: | ||
==Versions== | ==Versions== | ||
* Last known version: [http://hobbes.nmsu.edu/ | * Last known version: [http://hobbes.nmsu.edu/download/pub/os2/dev/c/OS2Primecuts.zip OS2Primecuts.zip] (2000-08-26) | ||
==Licence== | ==Licence== | ||
* Open source software released under [[Primecuts Licence|its own licence]]. | * Open source software released under [[Primecuts Licence|its own licence]]. | ||
* Author: [[Jan M. Danielsson]] | |||
[[Category:C]] | [[Category:C]] | ||
[[Category:C++]] | [[Category:C++]] |
Revision as of 00:16, 29 October 2018
A collection of C and C++ code examples and snippets that is intended for educational purposes mainly, with emphasis on introducing the OS/2 API to novice programmers and those new to OS/2 programming, and sport a number of examples of concepts unique to the operating system such as Extended Attributes.
Versions
- Last known version: OS2Primecuts.zip (2000-08-26)
Licence
- Open source software released under its own licence.
- Author: Jan M. Danielsson