+ 3
You can if you convert it to ASCII art, otherwise no. The console is text only. There is no terminal specific for C++, it's the same terminal/console for everything.
If you mean print to a printer from the console, you will have to figure out what printer libraries you will be using.