From: Sean Proctor Newsgroups: comp.os.msdos.djgpp Subject: Re: NEWBIE Examples of programs Message-ID: <0sfvlsor86s12ms396qum1tbim6rne73u0@4ax.com> References: <8jj1nm$nr4$1 AT ctb-nnrp2 DOT saix DOT net> <395e4a4a DOT 13957654 AT news DOT wins DOT uva DOT nl> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 19 Date: Sun, 02 Jul 2000 22:14:32 GMT NNTP-Posting-Host: 207.16.154.218 X-Complaints-To: Abuse Role , We Care X-Trace: newshog.newsread.com 962576072 207.16.154.218 (Sun, 02 Jul 2000 18:14:32 EDT) NNTP-Posting-Date: Sun, 02 Jul 2000 18:14:32 EDT Organization: ENTER.net (enter.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 01 Jul 2000 19:56:05 GMT, eglebbk AT phys DOT uva DOT nl (Evert Glebbeek) wrote: >Well, the way I do it is usually just to start typing. I once made a >small program that could draw maps of the stars. It started off as a >simple program that set pixels on the screen, then I changed it so it >would read what pixels to set from an array, then I changed it so I >could save the array to disk, then I made it so I could change things >in the array, then I changed it so I it would show me only part of the >array... I agree with you here, I've rewritten the same program that I started about 4 years ago countless times... everytime I look back on my old code (if I can still find it) I wonder what I was thinking at the time. It's fun realizing your own improvement. =) Sean