From: James Williams on 12 Sep 2008 20:12 Hello, I would like to be able to print from a console application. For example, I would like to print a list of names, that would normally be printed to the screen using cout. How can I do this? Thanks,
From: Alex Blekhman on 13 Sep 2008 05:25 "James Williams" wrote: > I would like to be able to print from a console application. For > example, I would like to print a list of names, that would > normally be printed to the screen using cout. How can I do > this? You can open the PRN device and sent output to it: KB23976 - "Sending Output to a Printer" http://support.microsoft.com/kb/23976 HTH Alex
|
Pages: 1 Prev: LNK4210 and .CRT section Next: PostMessage fails with error code 183 |