Hi all, I am stuck with a problem of printing output with printer. I can't even find answer by searching in Google. I am using Turbo C++ 3.0 compiler and i am not allowed to use other compiler in my college lab.
Can you please provide me the example of printing output to printer...Thank you..
You mean a physical printer that puts ink on paper? You're going to need to either find a library to do it, or write to a text file and then execute notepad with the print command.