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

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:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-03 15:06 Franck [this message]
2000-11-03 15:20 ` binary tree and files Franck
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