Hi. For all those who know BASIC, you might remember there is an LPRINT statement that is used to print a line on paper.

e.g. LPRINT "Hello World" would print "Hello World" on paper using the printer.

Is there a similar statement/function which does this in C++?