Dec 142017
 
Turbo C++ Source to load PCX files, upgraded from Turbo C 2.0.
File SHOWIT2.ZIP from The Programmer’s Corner in
Category C Source Code
Turbo C++ Source to load PCX files, upgraded from Turbo C 2.0.
File Name File Size Zip Size Zip Type
AUTHOR.PCX 21716 7674 deflated
READ.ME 1553 665 deflated
SHOWIT.CPP 25466 5945 deflated
SHOWIT.EXE 17700 10240 deflated
SHOWIT.H 1726 549 deflated
SHOWIT.OBJ 6480 3320 deflated
SHOW_PCX.PAS 28972 6819 deflated

Download File SHOWIT2.ZIP Here

Contents of the READ.ME file



Revisions:

August 3, 1991
Upgraded to CPP file for Turbo C++ 2.0. The only change required was
a type casting error to the screen segment. In addition I have added
a second screen page address. You can uncomment the video page
parameter and code in any actions you may need with this so I've left
these changes for you.


This is a simple EGA/VGA 16 color utility to read ZSoft PC Paintbrush
files. The source code is included for you to modify and use in your
own programs. The original Pascal file from which the file format was
learned is included. To try the utility type at the command line:

SHOWIT AUTHOR.PCX 180 180

Instructions on how to compile the program are at the top of the source
file. There is a separate header file in case you wish to use the
object file directly. If you are not using the pascal modifiers, just
replace them globally with cdecl or eliminate them entirely so that you
will not get a lot of compiler errors.

Victor Cummings
P.O. Box 12295
Baltimore, MD 21281



 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)