:: Re: [DNG] Learning C (books)
Página Inicial
Delete this message
Reply to this message
Autor: Didier Kryn
Data:  
Para: dng
Assunto: Re: [DNG] Learning C (books)
Le 05/10/2024 à 22:10, Didier Kryn a écrit :
>
>    Here is an example of a very small program I wrote many years ago
> before a travel to Japan. You will easily understand what it does, but
> I will explain line by line the source. The file is named jetlag.adb
>
>  1 with Ada.Text_Io;
>  2 use Ada.Text_Io;

   etc...

    Sorry, I didn't mention that the line numbers have been added by me
to explain the program. The real source file does not contain line numbers.

--     Didier