Xref: news2.mv.net comp.os.ms-windows.programmer.graphics:9835 comp.os.ms-windows.programmer.memory:3682 comp.os.ms-windows.programmer.misc:43805 comp.os.ms-windows.programmer.multimedia:7036 comp.os.ms-windows.programmer.networks:4197 comp.os.ms ... From: Kevin Lang Newsgroups: comp.os.ms-windows.programmer.graphics,comp.os.ms-windows.programmer.memory,comp.os.ms-windows.programmer.misc,comp.os.ms-windows.programmer.multimedia,comp.os.ms-windows.programmer.networks,comp.os.ms-windows.programmer.nt.kernel-mode,comp ... Subject: Re: EVEN EASIER MONEY -- FASTCASH.C [1/1] Date: Tue, 09 Apr 1996 17:26:39 -0500 Organization: GeoControl Systems, Inc. Lines: 25 Distribution: inet Message-ID: <316AE41F.3DEC@bbs.hal-pc.org> References: <4k3rg0$sbv AT wormer DOT fn DOT net> <316ADE32 DOT 299B AT mindlink DOT bc DOT ca> Reply-To: kevin DOT lang AT bbs DOT hal-pc DOT org NNTP-Posting-Host: 139.169.215.40 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I hope that you put in some sort of incrementer for i in the code before you take this commercial! I know I'm not in the market for a program that repeatedly reminds me that I don't have any money! :-) Kevin Blake Kadatz wrote: > > #include > > void main(void) > { > long i = 0; > > while (1) > { > printf("You now have $%ld waiting in your mailbox!\n", i); > } > } > > Compile this on your computer -- send it to your friends. You'll see the > money rolling in faster than any other money-making program out there. > > WARNING: do not let this program exceed several billion dollars, > or pretty soon you'll end up in debt. :)