What commands should I put at the end of my program to make it print to a printer?
The only examples I have of how to do this is something like
It doesnt go into detail as to what should be in the () so I have no idea.Code:fprintf()
I just though there might be something easy to toss on the end to make it print.



LinkBack URL
About LinkBacks



In true-DOS you can redirect to stdprn. (I never was able to print from a console application. So, I decided it was time to learn some Windows programming.)