Message-ID: <391AADC6.160D140C@hotmail.com> From: Andrew Hakman X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: How do I print source code that I've written? References: <20000404212549 DOT 28475 DOT 00000828 AT ng-fw1 DOT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 19 Date: Wed, 05 Apr 2000 06:29:06 GMT NNTP-Posting-Host: 142.13.16.203 X-Trace: typhoon.mbnet.mb.ca 954916146 142.13.16.203 (Wed, 05 Apr 2000 01:29:06 CDT) NNTP-Posting-Date: Wed, 05 Apr 2000 01:29:06 CDT Organization: MBnet Networking Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com There is a program called a2ps which converts c, c++, pascal, etc. into Post Script (good if you have a Postscript Printer). It is also does pretty printing (highlights reserved words, etc). It can be found at http://www.gnu.org/software/a2ps/a2ps.html. Another great program for printing code is pcGrasp - it is also a windows IDE that replaces RHIDE, and also supports graphical flowcharting of your programm by hitting one button. It can be found at http://www.eng.auburn.edu/department/cse/research/grasp/. I am sure there are others, but these are the ones I found when looking for the same thing that were free, and work great! Andrew Hakman KeveKev77 wrote: > I've searched for a way to print the source code that I've written but I > haven't a clue how to do it. Is it possible? If so, can anyone please tell me > how. I would be extremely appreciative. You can e-mail me at > KeveKev77 AT aol DOT com. Thanks.