comp.lang.ada
 help / color / mirror / Atom feed
From: Jacob Sparre Andersen <sparre@nbi.dk>
Subject: Re: Re : Simple call of Procedure with Ada.float_text_IO.Get
Date: Mon, 02 Nov 2015 18:23:27 +0100
Date: 2015-11-02T18:23:27+01:00	[thread overview]
Message-ID: <87d1vse2nk.fsf@adaheads.sparre-andersen.dk> (raw)
In-Reply-To: 39131715-ea95-4188-93a1-a9819aa5472b@googlegroups.com

comicfanzine@gmail.com writes:

> Le lundi 2 novembre 2015 14:03:39 UTC+1, Jacob Sparre Andersen a écrit :
>> You say that you understand the error messages.  What do they mean?
> They mean that i don't use the "Procedure Get" right , i understand
> but i don't know how to fix it . 

They say so much more than that.

First: The error messages point out that there are two procedures which
       match the name Identification.Get, one declared on line 7 and one
       declare on line 8 in the specification of the package
       Identification.

Second: They point out that if you want to call the one declared on line
        7, the formal parameter Password is missing, and that if you
        want to call the one declared on line 8, the formal parameter
        From is missing.

> Here is the code whith errors included , the presentation is better if
> you copy-paste it into your text-editor:

I don't want to copy-paste your source text to an editor.  I want you to
format it properly (standard indentation for example), so it is easy to
read.

>> PPS: Which textbook (or other sources) are you using to learn Ada?  I
>>      think it might be useful, if you tried to work through the exercises
>>      in <http://www.dwheeler.com/lovelace/> before continuing your own Ada
>>      project.

> Thanks , i learn with many textbooks , but right now , i'm trying to
> use the fonctions in Ada.text_io(like Ada.float_text_IO.Get) right .

But it appears that you haven't learnt enough Ada to use them yet.

Greetings,

Jacob
-- 
»A corollary of Murphy's law is that duplicate information
 eventually becomes different information.  Putting both in
 the same file may slow down the process, but it will not
 prevent it.«                                 -- Wes Groleau


  reply	other threads:[~2015-11-02 17:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-02 12:33 Re : Simple call of Procedure with Ada.float_text_IO.Get comicfanzine
2015-11-02 13:03 ` Jacob Sparre Andersen
2015-11-02 14:46   ` comicfanzine
2015-11-02 17:23     ` Jacob Sparre Andersen [this message]
2015-11-02 21:51       ` comicfanzine
2015-11-02 23:02         ` AdaMagica
2015-11-03 11:42           ` comicfanzine
2015-11-03 11:52           ` comicfanzine
2015-11-03 18:40           ` comicfanzine
2015-11-03 19:02             ` Jeffrey R. Carter
2015-11-03 20:27             ` Simon Wright
2015-11-03 23:14               ` comicfanzine
2015-11-03 23:36               ` comicfanzine
2015-11-04 10:30                 ` Simon Wright
2015-11-04 12:39                   ` comicfanzine
2015-11-04 14:37                   ` comicfanzine
2015-11-04 16:06                     ` Simon Wright
2015-11-03  6:44         ` Randy Brukardt
replies disabled

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