Jump to content

Text Interface/2: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Description==
Easy to use classes allow advanced program interfaces to be designed. Windows, pull down menus, mouse support, and data entry allow unlimited design options to the developer.
Easy to use classes allow advanced program interfaces to be designed. Windows, pull down menus, mouse support, and data entry allow unlimited design options to the developer.  


TI/2 is written entirely in C/C++.
TI/2 is written entirely in C/C++.


Check also the [http://www.edm2.com/index.php/OS2_API:TI2 API Documentation].
See also: List of [[Text Interface/2 Functions]]


==Download==
;License:Public Domain
* Version 0.99e
;Author:Jonathan Tew and Revolutionary Software
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/cplusplus&file=ti2_099d.zip Version 0.99d] (LIB)
* [https://github.com/OS2World/LIB-CPP-TextInterface2 Source code at Github]
 
==License==
* Public Domain
 
==Author==
* [[Jonathan Tew]] and [[Revolutionary Software]].


==Links==
==Links==
* Version 0.99e (ti2_099d.zip)
* [https://github.com/OS2World/LIB-CPP-TextInterface2 Source code]


[[Category:Tools]]
[[Category:C++ Class Libraries]]

Latest revision as of 14:08, 16 September 2024

Easy to use classes allow advanced program interfaces to be designed. Windows, pull down menus, mouse support, and data entry allow unlimited design options to the developer.

TI/2 is written entirely in C/C++.

See also: List of Text Interface/2 Functions

License
Public Domain
Author
Jonathan Tew and Revolutionary Software

Links