Well, I acutally ran into another problem on this one. When I was trying to print, I had
Code:
ofstream prn ("PRN");
in main, and then it wouldnt build, so I added
Code:
ofstream prn ("PRN");
to each of the functions, and when i printed, it printed on 3 pages, each function on a different page, Is there something Im doing wrong, or is there a way to get it to print all on one page?
Leave a comment: