I am having trouble printing a report generated by a program i have created. I want to print a hard copy of this report to my printer but it just will not work. Below is all the instructions I have tried, can anyone help me out please. I am using Borland C++.

fprintf(stdprn,.........
fprintf(stderr,..........
fprintf(stdaux,.........

I have checked help and it says that the streams I have used above are opened automatically. I have tried the above in conjunction with the fopen function and the tried the fprintf but nothing seems to work!!!!!PLEASE HELP ME!!!!!!!!!

Thanks