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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bbe592428babd509 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!feed.xsnews.nl!border-1.ams.xsnews.nl!193.190.198.58.MISMATCH!aotearoa.belnet.be!news.belnet.be!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Newsgroups: comp.lang.ada Subject: Re: Web browser in Ada References: <02c2bf63-260d-4acc-bd58-c8fb8a591ec3@b6g2000yqi.googlegroups.com> <0bf9425c-32a1-4b93-b938-ae4a4e24a761@c21g2000yqk.googlegroups.com> <4bd1b090$0$7651$9b4e6d93@newsspool1.arcor-online.net> Date: Tue, 27 Apr 2010 13:41:08 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Martin Krischik" Organization: Martin Krischik, Softwareentwicklung Message-ID: User-Agent: Opera Mail/10.10 (MacIntel) NNTP-Posting-Host: 89.236.175.138 X-Trace: news.sunsite.dk DXC=`mUg@JRjoL9oDTKD0DTdP>YSB=nbEKnk;1]M87PRW638IDiY_4:UK?3d3N>ai^>E:QM542e^5VLiC>96^gbH97\ZK_6 X-Complaints-To: staff@sunsite.dk Xref: g2news2.google.com comp.lang.ada:11203 Date: 2010-04-27T13:41:08+02:00 List-Id: Am 23.04.2010, 16:37 Uhr, schrieb Georg Bauhaus : > On 23.04.10 15:56, Maciej Sobczak wrote: > BTW, why do we still subscribe to the notion "integer overflow" > when the one thing that any sequence of what is commonly known > as integers cannot possibly do is to overflow? Maybe the > wording is at the heart of the problem. Not at all. This is an integer overflow: int dayOfMonth = 32; Simplified example of course. Martin -- Martin Krischik