comp.lang.ada
 help / color / mirror / Atom feed
From: "Franck" <kribal@caramail.com>
Subject: Re: binary tree and files
Date: Fri, 3 Nov 2000 16:20:41 +0100
Date: 2000-11-03T15:20:02+00:00	[thread overview]
Message-ID: <8tul32$c3p$1@wanadoo.fr> (raw)
In-Reply-To: 8tuk7l$aq5$1@wanadoo.fr

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 646 bytes --]

just to correct something in my type
type T_node;
   type Pt_tree is access T_Node;

   type T_Node is record
      name : T_name;
      G, D : Pt_tree;
   end record;

Franck a �crit dans le message <8tuk7l$aq5$1@wanadoo.fr>...
>hi !
>
>i've got a pb : i don't know how to save a binary tree in a file, and then
>load it from the file
>
>here are the type i use
>
>   type T_node;
>   type Pt_tree is access T_Node;
>
>   type T_Node is record
>      name : T_name;
>      G, D : Pt_Arbre;
>   end record;
>
>name contain name, surname, birthday etc...
>
>thanks for the help ;o)
>
>P.S :you can send the answer to kribal@caramail.com
>
>





  reply	other threads:[~2000-11-03 15:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-03 15:06 binary tree and files Franck
2000-11-03 15:20 ` Franck [this message]
2000-11-03 15:53   ` Arthur G. Duncan
2000-11-03 16:47     ` Franck
2000-11-03  0:00       ` tmoran
2000-11-03  0:00       ` John Cupak
2000-11-03  0:00         ` Franck
2000-11-03  0:00           ` Pascal Obry
2000-11-03  0:00             ` Franck
2000-11-03  0:00               ` Larry Hazel
2000-11-04  0:00   ` David C. Hoos, Sr.
2000-11-04  0:00 ` David C. Hoos, Sr.
2000-11-05  1:01   ` Jeff Carter
2000-11-05  0:00     ` David C. Hoos, Sr.
replies disabled

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