From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,5d80f40bdd51947e X-Google-Attributes: gid103376,public From: Larry Hazel Subject: Re: binary tree and files Date: 2000/11/03 Message-ID: <3A031EBF.D4D7B4A9@mindspring.com>#1/1 X-Deja-AN: 689354154 Content-Transfer-Encoding: 8bit References: <8tuk7l$aq5$1@wanadoo.fr> <8tul32$c3p$1@wanadoo.fr> <3A02DF9B.2269@global2000.net> <8tuq67$lqj$1@wanadoo.fr> <3A02F502.9956CB25@res.raytheon.com> <8tuuob$1vj$1@wanadoo.fr> <8tv3fr$2d4$1@wanadoo.fr> X-Accept-Language: en,x-ns11F8K63r3NhQ,x-ns2r2e09OnmPe2 X-Server-Date: 3 Nov 2000 20:23:26 GMT Content-Type: text/plain; charset=iso-8859-1 Organization: MindSpring Enterprises Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-11-03T20:23:26+00:00 List-Id: I would mimic the tree in a direct access file using record numbers instead of access numbers. Then reallocate when you read it back in. Larry Franck wrote: > > Pascal Obry a �crit dans le message ... > > > >"Franck" writes: > > > >> John Cupak a �crit dans le message > <3A02F502.9956CB25@res.raytheon.com>... > >> >Check out Streams in Cohen's "Ada as a Second Language, 2nd ed." text. > >> > > >> >John > >> > > >> > >> > >> thanks john but i'm french and i think it won't be easy for me to find > this > >> book ;o) > > > >Certainly not !! I'm french too and I can tell you that this book is on any > >good book store... Definitly a book to have in anycase. I hope you have > some > >Ada book around or are you trying to learn Ada yourself with... the help of > >the Ada community :) > > > >Pascal. > > > >-- > > > >--|------------------------------------------------------ > >--| Pascal Obry Team-Ada Member > >--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE > >--|------------------------------------------------------ > >--| http://perso.wanadoo.fr/pascal.obry > >--| > >--| "The best way to travel is by means of imagination" > > i'd like to have this book but... it s too late to buy it i have to finish > my program before tomorow morning... all my genealogic tree program works > BUT save/load file > > if someone could give me more precision about how to code it i'd really > appreciate it ;o) > an idea of algorythme or something like that ;o) > thanks