Dec 142017
 
Turbo C routines for screen management. Includes source code.
File T1WIN.ZIP from The Programmer’s Corner in
Category C Source Code
Turbo C routines for screen management. Includes source code.
File Name File Size Zip Size Zip Type
README.TXT 6559 1323 deflated
TEST.C 1552 627 deflated
TEST.EXE 12086 6728 deflated
TEST.OBJ 1063 771 deflated
WINDOWS.C 16129 2932 deflated
WINDOWS.H 959 417 deflated
WINDOWS.OBJ 4344 2015 deflated

Download File T1WIN.ZIP Here

Contents of the README.TXT file


|== WINDOWS.C ================================================================|
| |
| Functions: |
| |
| Create Window ---- Creates a Linked list of windows each with |
| its own ID. |
| |
| Activate Window --- Bring a named window in the list to the |
| surface of the screen (make top of list). |
| |
| Remove Window(s) -- Remove a named window from the list or |
| remove the entire list of windows using |
| an ID = "KILL_ALL_WINDOWS". |
| |
| NULL |
| |
| /|\ |
| /-----|-----------/ |
| / | / |
| / | / <<******** WINDOW_TOP |
| ******>> / / |
| * / "some ID here" / |
| * /-----------------/ |
| * | |
| * /-|---------------/ |
| * / | / |
| * / \|/ / |
| *********/ / <<******** |
| / "some other ID" / * |
| /-----------------/ * |
| | * |
| /-|---------------/ * |
| / | / * |
| / \|/ / * |
| / /*********** |
| / "another ID" / |
| /-----------------/ |
| | |
| | |
| \|/ |
| |
| NULL |
| |
| This code was developed in a very short time. The idea has been in my |
| head for weeks, but I never found time to do it. I CLAIM NO RESPONSIBILITY |
| IN THE CASE THAT THIS ARCHIVE IS TAMPERED WITH. Please look through the |
| code and recompile on your own system. (You will need the Update) This was |
| designed for use with Version 1.5 Turbo C. |
| |
| The following is a verbose listing of what should be in the archive. |
| Note that the times will be different because I had to include |
| this file README.TXT. But note that the CRC's and file sizes are |
| important. |
| |
| |
| |
| Filename Length Method Size Ratio Date Time CRC |
| -------- ------ ------ ------ ----- ---- ---- --- |
| TEST.C 1552 Crunched 869 45% 08-08-88 17:30:10 4FD9 |
| TEST.EXE 12086 Crunched 8944 26% 08-08-88 17:30:10 DB2C |
| TEST.OBJ 1063 Crunched 892 17% 08-08-88 17:30:10 362B |
| WINDOWS.C 16129 Squashed 4789 71% 08-08-88 17:30:10 AF62 |
| WINDOWS.H 959 Crunched 579 40% 08-08-88 17:30:10 EA6F |
| WINDOWS.OBJ 4344 Crunched 2645 40% 08-08-88 17:30:10 DD69 |
| ---- ------ ------ ----- |
| 0006 36133 18718 49% |
| |
| |
| Please, if you modify this code for the better, by all means, make me |
| aware of the changes -- I wrote this code in a few hours and tested it |
| not so well. For the current test -- it works GREAT!!!. If you can |
| utilize this code or make better changes to it, please drop me a line: |
| |
| Marc Ostrow |
| 5309 Riverdale Rd #105 |
| Riverdale, MD 20737 |
| (301) 699-9157 |
| |
| Thank you. |
| |
|=============================================================================|


 December 14, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)