From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6aa6d133611419f5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-29 00:31:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.algonet.se!algonet!newsfeed1.bredband.com!bredband!uio.no!193.216.69.35.MISMATCH!dax.net!juliett.dax.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Thought this was interesting References: <3D6688E1.3A1797CC@san.rr.com> <1030464758.505647@master.nyc.kbcfp.com> <7vu1lfbejt.fsf@vlinux.voxelvision.no> From: Ole-Hjalmar Kristensen Message-ID: <7vk7maazqk.fsf@vlinux.voxelvision.no> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Aug 2002 07:30:28 GMT NNTP-Posting-Host: 193.216.12.150 X-Complaints-To: abuse@tele2.no X-Trace: juliett.dax.net 1030606228 193.216.12.150 (Thu, 29 Aug 2002 09:30:28 MET DST) NNTP-Posting-Date: Thu, 29 Aug 2002 09:30:28 MET DST Organization: Tele2 Norway AS Public Access Xref: archiver1.google.com comp.lang.ada:28542 Date: 2002-08-29T07:30:28+00:00 List-Id: "SteveD" writes: > "Jeffrey Creem" wrote in message > news:dIeb9.113450$aA.24929@sccrnsc02... > [snip] > > > > In any case, rest assured that a very similar C program produces the same > > results. > > > > This one produces the same result when compiled with Visual C++ 6.0 and run > on W2k. Using streaming operations on cout does not cause the problem. > Using puts instead of printf does not cause the problem. > > #include > > int main() > { > for( ; ; ) > { > printf( "Hung up!\t\b\b\b\b\b\b" ); > } > return 0; > } That may explain my problem in reproducing it, as I used puts.