Click to See Complete Forum and Search --> : [RESOLVED] Printing Code


thehumph
December 1st, 2006, 08:57 AM
Hi folks,

I have the necessity to print an awful lot of code, but I need to do it in stages so as not to tie up the printer for an entire day. My code is C++, I have a necessity for it to be highlighted in the same way Visual Studio highlights, with line numbers, and the ability to choose which pages to print (unlike Visual Studio which only lets you print the entire thing).

Any recommendations as to a program that can do this?

PeejAvery
December 1st, 2006, 10:29 AM
You can try C++ Code Export (http://www.soft32.com/download_186039.html).

thehumph
December 1st, 2006, 11:58 AM
I can't see where to find the option to print with line numbers?

PeejAvery
December 1st, 2006, 03:33 PM
Well, as a programmer, when you don't have the resources, you program what you need. I think that is your only option left.

e_har
December 6th, 2006, 09:43 PM
Dude, why dun you get UltraEdit(Commercial software) or Notepad(Open-Source software)....open up ur *.c or*.cpp files with them and print it with it....both of it got options to print with the line number.

But if you feel installing other software and opening up ur files with it are troublesome...you can take heed PeejAvery's advice and program ur own application to do that. :wave: