comp.lang.ada
 help / color / mirror / Atom feed
From: johnherro@aol.com (John Herro)
Subject: Re: Help!
Date: 1996/10/01
Date: 1996-10-01T00:00:00+00:00	[thread overview]
Message-ID: <52s3qb$foi@newsbf02.news.aol.com> (raw)
In-Reply-To: 3250AE4D.100191BB@labyrinth.cftnet.com


Cheryl Earnest <cherie@labyrinth.cftnet.com> writes:
>The Compilation error is "invalid paramater in call" ...
>    package flt_io is new Float_Io(Float);
>    package int_io is new Integer_Io(Integer);
>    package boolean_io is new enumeration_io(Boolean);
> ...
>    put_line(net_pay, AFT=>2,EXP=>0);

     The put_line above should be changed to

put(net_pay, AFT=>3,EXP=>0);
new_line;

because Float_IO (and therefore flt_io) doesn't have a put_line, only a
put.  (The new_line in the corrected code above will come from Text_IO.)

     Also, since you're not using dot notation for the packages, you
should add USE clauses to your three instantiations, like this:

package flt_io is new Float_Io(Float); use flt_io;
package int_io is new Integer_Io(Integer); use int_io;
package boolean_io is new enumeration_io(Boolean); use boolean_io;

     That should fix everything.  When you run the program and type the
number of dependents, don't forget that you're inputting a float.  E.g.,
type "3.0", not "3".  I hope this helps.
- John Herro
Software Innovations Technology
http://members.aol.com/AdaTutor
ftp://members.aol.com/AdaTutor




  reply	other threads:[~1996-10-01  0:00 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-01  0:00 Help! Cheryl Earnest
1996-10-01  0:00 ` John Herro [this message]
1996-10-02  0:00   ` Help! Jean-Etienne Doucet
1996-10-03  0:00     ` Help! John Herro
1996-10-03  0:00       ` Help! John Herro
1996-10-01  0:00 ` Help! Samuel Tardieu
1996-10-01  0:00   ` Help! Keith Thompson
1996-10-01  0:00   ` Help! Larry Kilgallen
  -- strict thread matches above, loose matches on Subject: below --
2003-02-24 11:44 Help! Paul Gregory
2003-02-24 13:08 ` Help! Preben Randhol
2003-02-24 13:10   ` Help! Preben Randhol
2001-10-17 14:34 HELP!!!!!! F
2001-10-17 16:10 ` HELP!!!!!! Chris M. Moore
2001-10-17 18:17   ` HELP!!!!!! Jeffrey Carter
2001-10-18  7:10   ` HELP!!!!!! F
2001-10-18  8:11     ` HELP!!!!!! Martin Dowie
2001-10-18 16:57       ` HELP!!!!!! Jeffrey Carter
2001-10-17 17:31 ` HELP!!!!!! tmoran
2000-08-31  0:00 HELP!! Michele De Rosa
2000-08-31 12:20 ` HELP!! Pascal Obry
2000-08-31 12:23 ` HELP!! Ken Garlington
2000-03-24  0:00 Help!! Paul Moran
2000-03-24  0:00 ` Help!! Pascal Obry
1999-11-21  0:00 Help? Matthew Lawrence
1999-11-21  0:00 ` Help? David C. Hoos, Sr.
1999-11-22  0:00 ` Help? John English
1999-11-22  0:00 ` Help? Riyaz Mansoor
1999-11-22  0:00 ` Help? Robert Dewar
1997-06-10  0:00 HELP!!!!!! Luke Holden
1997-05-24  0:00 help! oliver white
1997-04-28  0:00 Help!! UserID
1997-04-29  0:00 ` Help!! Michael F Brenner
1997-03-16  0:00 HELP! Dominic Mailhot
1997-03-17  0:00 ` HELP! Jon S Anthony
1997-03-18  0:00   ` HELP! Robert Dewar
1997-03-18  0:00   ` HELP! Jon S Anthony
1997-03-18  0:00 ` HELP! Robert Dewar
1996-11-02  0:00 HELP!!! Aaron H
1996-03-27  0:00 HELP!!! ~ AnTY ~
1990-09-23 13:52 Help! Ken McCook;SCDQ;
1990-09-25 16:23 ` Help! Michael Feldman
1990-09-26 16:27 ` Help! Andy DeFaria
1990-09-26 19:26 ` Help! Andy DeFaria
1990-08-31 20:21 HELP! "Thomas H. Stripe  255-4472", 513
1990-09-05 16:27 ` HELP! Edward Falis
1990-07-07  7:23 Help !!!! 1LENDL
1990-01-24  1:26 Help! Rowan D. Stevens
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox