comp.lang.ada
 help / color / mirror / Atom feed
From: Martin Krischik <krischik@users.sourceforge.net>
Subject: Re: pointer
Date: Wed, 31 Aug 2005 20:40:16 +0200
Date: 2005-08-31T20:40:16+02:00	[thread overview]
Message-ID: <1304736.pKolXOnj60@linux1.krischik.com> (raw)
In-Reply-To: TolRe.41184$F23.482144@twister2.libero.it

TC wrote:

> How translate this c code?
> 
> typedef struct
> {
> unsigned char sParola [50];
> int iFrequenza;
> }Parola;
> 
> 
> struct Lista
> {
> Parola P;
> struct Lista *next;
> };
> 
> 
> struct Lista *vett[26];
> 
> 
> struct Lista *LF;
> 
> please help me!

you will need:

Strings: http://en.wikibooks.org/wiki/Ada_Programming/Strings
Records: http://en.wikibooks.org/wiki/Ada_Programming/Types/record
Access Types: http://en.wikibooks.org/wiki/Ada_Programming/Types/access
Arrays: http://en.wikibooks.org/wiki/Ada_Programming/Types/array

Martin

-- 
mailto://krischik@users.sourceforge.net
Ada programming at: http://ada.krischik.com



  reply	other threads:[~2005-08-31 18:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-31 17:02 pointer TC
2005-08-31 18:40 ` Martin Krischik [this message]
2005-08-31 18:52 ` pointer Jeffrey Carter
  -- strict thread matches above, loose matches on Subject: below --
2008-05-19  9:38 Pointer Sébastien
2008-05-19  9:53 ` Pointer Dmitry A. Kazakov
2008-05-19  9:54   ` Pointer Dmitry A. Kazakov
2008-05-19 10:13   ` Pointer Sébastien
2008-05-19 10:32     ` Pointer Dmitry A. Kazakov
2008-05-19 10:34     ` Pointer Ludovic Brenta
2008-05-19 11:31       ` Pointer Sébastien
2008-05-19 12:09         ` Pointer Ludovic Brenta
2008-05-19 12:09         ` Pointer Dmitry A. Kazakov
2008-05-19 12:47           ` Pointer Sébastien
2008-05-19 16:25         ` Pointer Matthew Heaney
2008-05-19 16:22     ` Pointer Matthew Heaney
2008-05-19 16:17 ` Pointer Matthew Heaney
2008-05-19 17:23   ` Pointer Sébastien
replies disabled

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