
This program demonstrates how to create a VT100 terminal emulatior with ANSI capability (Remember the software you used to use to connect to a BBS?). It demonstrates control character processing, ANSI mode control sequence processing, and escape sequence processing. It also demonstrates how to connect to, and interact with, a remote server using the Winsock control.
Inputs
none.
Assumes
You should have a basic understanding of VT100 programming if you hope to understand this code.
Returns
none.
Side Effects
none that I know of.
API DeclarationsMany. See source code.