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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7933dcb5608e164 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-10-30 04:26:52 PST Path: supernews.google.com!sn-xit-02!sn-xit-01!supernews.com!newsfeed.axxsys.net!nntp.abs.net!europa.netcrusader.net!63.211.125.72!cyclone2.usenetserver.com!news-out.usenetserver.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!news.mindspring.net!firehose.mindspring.com!not-for-mail From: Marin David Condic Newsgroups: comp.lang.ada Subject: Re: output fixed point types Date: Mon, 30 Oct 2000 07:25:16 -0500 Organization: Quadrus Corporation Message-ID: <39FD68AC.B3DB91DF@acm.org> References: <8tjnlv$a0i$1@nnrp1.deja.com> NNTP-Posting-Host: d1.56.b5.4b Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 30 Oct 2000 12:25:31 GMT X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en Xref: supernews.google.com comp.lang.ada:1628 Date: 2000-10-30T12:25:31+00:00 List-Id: See the Ada Reference Manual (ARM) at: A.10.1: The Package Text_IO A.10.9: Input-Output for Real Types You will find a package defined in Text_IO that looks like: 68. generic type Num is delta <>; package Fixed_IO is ......... Section A.10.9 of the ARM describes the behavior of all the subprograms in Fixed_IO. The way to finding out the answers yourself is to get familiar with the ARM. It is very formal and not the best "teaching aid" for learning Ada, but it does provide a full specification of everything that is available to you. (Especially the apendices!) You can get a hypertext version on-line at: http://www.Adapower.com/ (see "Reference") along with lots of other resources. MDC michas_dj@my-deja.com wrote: > can someone tell me how to output fixed point > types, and the way to find the answer by myself. > > Sent via Deja.com http://www.deja.com/ > Before you buy. -- ====================================================================== Marin David Condic - Quadrus Corporation - http://www.quadruscorp.com/ Send Replies To: m c o n d i c @ q u a d r u s c o r p . c o m Visit my web site at: http://www.mcondic.com/ "Giving money and power to Government is like giving whiskey and car keys to teenage boys." -- P. J. O'Rourke ======================================================================