Click to See Complete Forum and Search --> : Printing something in C++
Poop782
September 29th, 2004, 02:48 PM
Hey,
Does anybody know how to print anything in C++? If you do please help me out here.
Poop782
September 29th, 2004, 03:00 PM
what i meant to say was to print something on a printer
. Sorry for the confusion.
kurt_der_koenig
September 29th, 2004, 03:20 PM
Okay poopster,
Use your edit botton to post again instead of double posting!
For c++ printing::
http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=c%2B%2B+printing
this one should help you more directly::
http://www.codeproject.com/printing/printingtricksandtips.asp?df=100&forumid=4144&exp=0&select=703825
Poop782
September 29th, 2004, 06:19 PM
well want I really want to do is I have a few computers on a network. They are in different rooms. I have all the addresses to the printers, but I want to print 1 specific thing on all of them.
kurt_der_koenig
September 29th, 2004, 11:02 PM
well want I really want to do is I have a few computers on a network. They are in different rooms. I have all the addresses to the printers, but I want to print 1 specific thing on all of them.
you can simiply do this with a batch file in dos! I think c++ is an overkill for this. Using the copy command. The rest is up to you! It sounds as if you are trying to do a prank or something!
Poop782
September 30th, 2004, 08:05 PM
Something like ~ TYPE example.txt>LPT1
but how do I do it one a server with different usernames?
kurt_der_koenig
September 30th, 2004, 08:38 PM
Type won't do sqat!, execpt showing example.txt. I gave you half of the equation before. Also the pipe? no need for that or the usernames! Like I said before: sounds too much like a prank.