Printing text on paper

Good evening to all.
I would like to know if there are instructions in C/C++ to
print the text on paper (such as print the list of a class).
Thanks
What color paper?

EDIT: OK sorry but that's a strange question. No, C/C++ can only stream character data. Where it goes (printer, display, punched tape) is up to the computer's Operating System. Of course you can write code in C/C++ to do printing tasks but it's not built into the language so there aren't really any "instructions".

BTW, what is the list of a class???
Last edited on
School class. Not a type we use everytime.
Thanks. I understand...
Topic archived. No new replies allowed.