comp.lang.ada
 help / color / mirror / Atom feed
* binary tree and files
@ 2000-11-03 15:06 Franck
  2000-11-03 15:20 ` Franck
  2000-11-04  0:00 ` David C. Hoos, Sr.
  0 siblings, 2 replies; 14+ messages in thread
From: Franck @ 2000-11-03 15:06 UTC (permalink / 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





^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2000-11-05  1:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-03 15:06 binary tree and files Franck
2000-11-03 15:20 ` Franck
2000-11-03 15:53   ` Arthur G. Duncan
2000-11-03 16:47     ` Franck
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-03  0:00       ` tmoran
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.

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