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,FREEMAIL_FROM,XPRIO, XPRIO_SHORT_SUBJ autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,24d1392c628fdfb6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-11 12:42:26 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!fr.usenet-edu.net!usenet-edu.net!newsfeeds.belnet.be!news.belnet.be!afrodite.telenet-ops.be!not-for-mail From: "Pieter Thysebaert" Newsgroups: comp.lang.ada Subject: array X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <5s2B6.32267$ii5.3236241@afrodite.telenet-ops.be> Date: Wed, 11 Apr 2001 19:41:53 GMT NNTP-Posting-Host: 213.224.138.73 X-Complaints-To: abuse@pandora.be X-Trace: afrodite.telenet-ops.be 987018113 213.224.138.73 (Wed, 11 Apr 2001 21:41:53 MET DST) NNTP-Posting-Date: Wed, 11 Apr 2001 21:41:53 MET DST Organization: Telenet Internet Xref: supernews.google.com comp.lang.ada:6781 Date: 2001-04-11T19:41:53+00:00 List-Id: Hi, I've somehow been able to construct a binary tree (using nodes and access types etc.) Now I was looking for a function that would allow me to convert the contents of a tree into an array (and vice versa) I've found something like arrays with variable range (I mean not fixed at compile-time) Well I think that's what I found - does that thing exist ? And if it does, how would one manipulate it (add/remove elements) Or are there data structures like C++ STL stuff (vector etc) available ? Pieter