home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!destroyer!cs.ubc.ca!news.UVic.CA!ugly!aramsey
- From: aramsey@ugly.UVic.CA (Aaron Ramsey)
- Subject: Re: ...messed simple c program?..stupid mistake
- Message-ID: <1992Nov10.222016.8675@sol.UVic.CA>
- Sender: news@sol.UVic.CA
- Nntp-Posting-Host: ugl-gw.uvic.ca
- Organization: University of Victoria, Victoria, BC, Canada
- References: <1992Nov10.184406.25907@sol.UVic.CA> <BxIpyB.E7@unx.sas.com>
- Date: Tue, 10 Nov 92 22:20:16 GMT
- Lines: 24
-
- I can't believe that I posted that to the entire network.... It
- was such a stupid mistake. (how do I make an embarassed smiley??)
- Sorry for all the wasted bandwidth, and thanks to everybody who
- sent the polite mail... 8-) I shoulda got flamed big-time for
- that....
- ****STUPID CODE****
- : for (counter = 0; counter < 5000; counter += 5) {
- : zoop[counter] = counter;
-
-
- ****WHAT I REALLY WAS TRYING TO DO****
-
- for( counter = 0; counter < 999; counter++) {
- zoop[counter] = i * 5;
-
-
-
- Again, thanks alot to everybody who replied. I appreciate everybody's tact!
- 8-)
-
- -Aaron
-
-
-
-