Text Interface/2: Difference between revisions
Appearance
No edit summary |
m →Links |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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++. | ||
See also: List of [[Text Interface/2 Functions]] | |||
;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: | [[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
- Version 0.99e (ti2_099d.zip)
- Source code