Jump to content

Text Interface/2: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(One intermediate revision 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++.
Line 9: Line 9:


==Links==
==Links==
* Version 0.99e ([http://hobbes.nmsu.edu/download/pub/os2/dev/cplusplus/ti2_099d.zip ti2_099d.zip], [https://github.com/OS2World/LIB-CPP-TextInterface2 Source code])
* Version 0.99e (ti2_099d.zip)
* [https://github.com/OS2World/LIB-CPP-TextInterface2 Source code]


[[Category:C++ Class Libraries]]
[[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