how to print color screen

L

lat

To Quick C programmer,
I just have this problem to ask.
I wrote a program in Quick C language then run it
under MS Dos mode , then I wanted to print the graphicscreen out
in colors but failed. I have tried using #include
<hcopy.c> but it just worked out with black and white.
my printer is a color printer so I think there
must be some trick to this problem. Can someone teach
me?
 
A

Andy

lat said:
To Quick C programmer,
I just have this problem to ask.
I wrote a program in Quick C language then run it
under MS Dos mode , then I wanted to print the graphicscreen out
in colors but failed. I have tried using #include
<hcopy.c> but it just worked out with black and white.
my printer is a color printer so I think there
must be some trick to this problem. Can someone teach
me?


well, i'm not going to be the only one who tells you this
but... This is not a Standard C topic, as std C has nothing to do with
colors. You might want to check out comp.os.ms-windows.programmer.win32

cheers..
 
T

Thomas Matthews

lat said:
To Quick C programmer,
I just have this problem to ask.
I wrote a program in Quick C language then run it
under MS Dos mode , then I wanted to print the graphicscreen out
in colors but failed. I have tried using #include
<hcopy.c> but it just worked out with black and white.
my printer is a color printer so I think there
must be some trick to this problem. Can someone teach
me?

In addition to what Andy has stated,
read the C FAQ below.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top