Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
display Tiff file in DOS/C/TSR
Name: Manoj Date: June 26, 2002 at 05:27:57 Pacific
Comment:
Hi,
I have been asked to make a TSR in C/DOS which can open and DISPLAY a TIFF image file.
Can any one help in how I go about, basically displaying the TIFF file in DOS??????
Summary: I am trying to write a batch file in DOS which will do the following: Step 1: Copy some files(like for example a.txt, b.txt, c.txt) from a disk location C:/ Step 2: Put the above copied files to a dis...
Summary: I am trying to display a full-screen image (or flash screen) in DOS for a spacific number of seconds. I can write batch files, I can write basic (such as qbasic), and I can write c++ (using a Win...
Summary: I have trying in vain to write a c program to read a text file in a c program to a char pointer. could someone give me an example on how to achieve this. My requirement is to read a text file in to a ...