Printing C++ Source Code with a Monospaced Font

Quincy does not allow you to specify the font for your source code printout.  At present, the lab environment prints your program in a variable width font which makes it hard to line things up vertically.

Here is a 30-second procedure to get your printout in a monospaced font.  When you are ready to print:

1. In Quincy, do Edit/Select All.  Then do Edit/Copy.

2. Start Notepad (see the lab assistant if you don't know how).

3. In Notepad, do Edit/Paste.  You will see your program in Notepad.

4. In Notepad, do Edit/Select All and then Format/Font.

5. Still in Notepad, select a monospaced font such as Courier New.  All the letters and spaces should now be the same width.

6. Still in Notepad, do File/Print.

That's it.