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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cba561cbb713f46f X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Programming Queues in ADA (Very Urgent) Date: 2000/05/10 Message-ID: <8fclfu$2os$1@nnrp1.deja.com>#1/1 X-Deja-AN: 621744936 References: <8fcfhe$b1d$1@lola.ctv.es> X-Http-Proxy: 1.0 x41.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed May 10 21:48:51 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I) Date: 2000-05-10T00:00:00+00:00 List-Id: In article <8fcfhe$b1d$1@lola.ctv.es>, "S|r |ceman" wrote: > I dont know who to delete an element from the FIFO stack. I have > implemented it under pointers, and the thing is like this: > > Aux: Puntero := new NodoCola; If you want to dynamicly get rid of objects created with "new", you probably want to use an instantiation of the generic function "Unchecked_Conversion". Look up that name in your Ada textbook for more information. -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.