comp.lang.ada
 help / color / mirror / Atom feed
* Re: Doubly Linked List
@ 1993-09-24 17:06 Robert Kitzberger
  0 siblings, 0 replies; 14+ messages in thread
From: Robert Kitzberger @ 1993-09-24 17:06 UTC (permalink / raw)


lorenzen@osiris.cso.uiuc.edu (John Lorenzen) writes:

>I am not a student looking for code for an assignment. I work for USACERL am
>am new to the ADA world. I have a background in C/C++ and I've been told
>that the ONE good thing about ADA is the code reusablity [...]

The Net Police catch the wrong person; it's a sad story oft told. 

In any event, here's an extraction from my most recent copy of the
FAQ (old timers: remember the comp.lang.ada FAQ? ;-)

      Mirror of Ada Software Repository: wuarchive.wustl.edu
        Internet address: 128.252.135.4
      AJPO and AdaIC repository: ajpo.sei.cmu.edu
        Internet address: 128.237.2.253
      Source for aflex and ayacc: liege.ics.uci.edu (~ftp/pub/irus)
        Internet address: 128.195.1.5, 128.195.13.1
      European Repository: cnam.cnam.fr
        Internet address: 192.33.159.6
      STARS (Software Technology for Adaptable, Reliable Systems):
      source.asset.com
        Internet Address: 192.131.125.10
      Unisys/STARS source: stars.rosslyn.unisys.com
        Internet Address: 128.126.164.2


The Public Ada Library is out on wunet.wustl.edu.


Also from the FAQ:

      Booch, G.
      Software Components with Ada.
      Benjamin Cummings, 1987.
      This work is an encyclopedic presentation of data structure
      packages from Booch's OOD point of view.  It is great for those
      who love taxonomies.  It's not for the faint-hearted, because
      the volume of material can be overwhelming.  It could serve as a
      text for an advanced data structures course, but it's thin in
      "big O" analysis and other algorithm-theory matters.  The book
      is keyed to the (purchasable) Booch Components.



	.Bob.
--
Bob Kitzberger                          Internet:   rlk@rational.com
Rational, Grass Valley, CA              CompuServe: 70743,1550

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Doubly linked list.
@ 1998-12-15  0:00 Matt Tyler
  1998-12-15  0:00 ` Tucker Taft
  1999-01-19  0:00 ` news.oxy.com
  0 siblings, 2 replies; 14+ messages in thread
From: Matt Tyler @ 1998-12-15  0:00 UTC (permalink / raw)


I'm having trouble implementing a Doubly linked list in ada.

My procedure to add a new singly linked record to the list is (body only)

List:=new Box'(V,List);

where V is an integer and List is an access type to box.

I don't understand how to set another access type in the record to the
previous record on the list. Can anyone help??

P.S is there a comp.lang.ada faq ???????????

Cheers,

Matt Tyler






^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Doubly Linked List
@ 1993-09-24 13:32 John Lorenzen
  0 siblings, 0 replies; 14+ messages in thread
From: John Lorenzen @ 1993-09-24 13:32 UTC (permalink / raw)


I am not a student looking for code for an assignment. I work for USACERL am
am new to the ADA world. I have a background in C/C++ and I've been told
that the ONE good thing about ADA is the code reusablity, now I am working
on the first project in ADA transferring a system we wrote in C++ and do not
have the time to write all of the little data structures in ada while also
getting a hold on the language, so I thought that I would post a message and
see if I could get some help from the ADA community, now I don't know if is
was such a good idea. I probably should have stated my hold story in the
first message.

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Doubly Linked List
@ 1993-09-23 16:41 cis.ohio-state.edu!math.ohio-state.edu!caen!usenet.cis.ufl.edu!eng.ufl.ed
  0 siblings, 0 replies; 14+ messages in thread
From: cis.ohio-state.edu!math.ohio-state.edu!caen!usenet.cis.ufl.edu!eng.ufl.ed @ 1993-09-23 16:41 UTC (permalink / raw)


In article <4315.2c9f6315@vger.nsu.edu>, g_harrison@vger.nsu.edu (George C. Har
rison, Norfolk State University) writes:
|> In article <1993Sep19.225918.7196@seas.gwu.edu>, mfeldman@seas.gwu.edu (Mich
ael Feldman) writes:
|> > In article <27dgoc$814@vixen.cso.uiuc.edu> lorenzen@osiris.cso.uiuc.edu (J
ohn Lorenzen) writes:
|> >>I am in need of a doubly linked list package if you know where I might fin
d
|> >>one at I would greatly appreciate it. It must be able to handle multiple
|> >>lists.
|> > 
|> > Hmmm - is it impertinent for me to ask whether this is a class assignment?
|> > If so, does your teacher know you're on the net looking for the solution?
|> > 
|> > Mike Feldman
|> 
|> I don't know, Mike, but I did send him a WONDERFUL one... however it bounced
|> all over the place and was never delivered.  I usually can pick up on a requ
est
|> for an assignment; I guess I was just too proud of this package.
|> 
|> George
|> 
|> +---------------------------------------------------------------------------
-+
|> | George C. Harrison            | PHONE : (804) 683-8654  | "Ada Spoken Here
"|
|> | Professor of Computer Science | FAX   : (804) 683-9229  +-----------------
-+
|> | Norfolk State University      | g_harrison@vger.nsu.edu |                 
 |
|> | 2401 Corprew Avenue           +-------------------------+                 
 |
|> | Norfolk VA 23504              | loop exit when RE_TIRED; end loop;        
 |
|> +-------------------------------+-------------------------------------------
-+

As a student (currently taking data structures), this sounds to me as
if it is an assignment. ANY student (IMHO), who resorts to this method
of completing a task only hurts themselves. They won't get a solid
foundation with which they will need to build upon later (I wouldn't want
to hire them). I believe that if you having problems this arena is the best pla
ce to get some assistance. If you are working on an assignment say so and provi
de some code and ask where you may be going wrong, don't expect them to give yo
u the solution. By providing code you are at least working on it yourself and o
thers will gladly provide the needed direction with giving
detailed information.

Vince

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Doubly Linked List
@ 1993-09-22  0:24 George C. Harrison, N orfolk State University
  0 siblings, 0 replies; 14+ messages in thread
From: George C. Harrison, N orfolk State University @ 1993-09-22  0:24 UTC (permalink / raw)


In article <1993Sep19.225918.7196@seas.gwu.edu>, mfeldman@seas.gwu.edu (Michael
 Feldman) writes:
> In article <27dgoc$814@vixen.cso.uiuc.edu> lorenzen@osiris.cso.uiuc.edu (John
 Lorenzen) writes:
>>I am in need of a doubly linked list package if you know where I might find
>>one at I would greatly appreciate it. It must be able to handle multiple
>>lists.
> 
> Hmmm - is it impertinent for me to ask whether this is a class assignment?
> If so, does your teacher know you're on the net looking for the solution?
> 
> Mike Feldman

I don't know, Mike, but I did send him a WONDERFUL one... however it bounced
all over the place and was never delivered.  I usually can pick up on a request
for an assignment; I guess I was just too proud of this package.

George

+----------------------------------------------------------------------------+
| George C. Harrison            | PHONE : (804) 683-8654  | "Ada Spoken Here"|
| Professor of Computer Science | FAX   : (804) 683-9229  +------------------+
| Norfolk State University      | g_harrison@vger.nsu.edu |                  |
| 2401 Corprew Avenue           +-------------------------+                  |
| Norfolk VA 23504              | loop exit when RE_TIRED; end loop;         |
+-------------------------------+--------------------------------------------+

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Doubly Linked List
@ 1993-09-21  0:47 Gregory Aharonian
  0 siblings, 0 replies; 14+ messages in thread
From: Gregory Aharonian @ 1993-09-21  0:47 UTC (permalink / raw)


>In article <27dgoc$814@vixen.cso.uiuc.edu> lorenzen@osiris.cso.uiuc.edu (John 
Lorenzen) writes:
>>I am in need of a doubly linked list package if you know where I might find
>>one at I would greatly appreciate it. It must be able to handle multiple
>>lists.
>
>Hmmm - is it impertinent for me to ask whether this is a class assignment?
>If so, does your teacher know you're on the net looking for the solution?
>
>Mike Feldman

Mike,
	Give the guy the benefit of the doubt.  Maybe he is taking a course
on software reuse :-)

Greg
-- 
**************************************************************************
 Greg Aharonian                                      srctran@world.std.com
 Source Translation & Optimization                            617-489-3727
 P.O. Box 404, Belmont, MA 02178

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Doubly Linked List
@ 1993-09-20 15:14 David Tannen
  0 siblings, 0 replies; 14+ messages in thread
From: David Tannen @ 1993-09-20 15:14 UTC (permalink / raw)


Check w/ Asset @ librarian@source.asset.com.  I am pretty sure such 
a package exists in their library.

---
David Tannen
tannend@source.asset.com
tannen@tigger.geg.mot.com
----------------------------------------------------------------------
-- "Dependance on wizardry to mitigate the fundamental limitations
--  of software is called 'hacking'."  Grady Booch.
--
-- Developing MS-Windows applications often requires 'wizardry'.
----------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Doubly Linked List
@ 1993-09-19 22:59 agate!howland.reston.ans.net!europa.eng.gtefsd.com!darwin.sura.net!seas.g
  0 siblings, 0 replies; 14+ messages in thread
From: agate!howland.reston.ans.net!europa.eng.gtefsd.com!darwin.sura.net!seas.g @ 1993-09-19 22:59 UTC (permalink / raw)


In article <27dgoc$814@vixen.cso.uiuc.edu> lorenzen@osiris.cso.uiuc.edu (John L
orenzen) writes:
>I am in need of a doubly linked list package if you know where I might find
>one at I would greatly appreciate it. It must be able to handle multiple
>lists.

Hmmm - is it impertinent for me to ask whether this is a class assignment?
If so, does your teacher know you're on the net looking for the solution?

Mike Feldman
------------------------------------------------------------------------
Michael B. Feldman -  co-chair, SIGAda Education Committee
Professor, Dept. of Electrical Engineering and Computer Science
The George Washington University -  Washington, DC 20052 USA
202-994-5253 (voice) - 202-994-0227 (fax) - mfeldman@seas.gwu.edu (Internet)
"We just changed our CONFIG.SYS, then pressed CTRL-ALT-DEL. It was easy."
-- Alexandre Giglavyi, director Lyceum of Information Technologies, Moscow.
------------------------------------------------------------------------

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

end of thread, other threads:[~1999-01-21  0:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1993-09-24 17:06 Doubly Linked List Robert Kitzberger
  -- strict thread matches above, loose matches on Subject: below --
1998-12-15  0:00 Doubly linked list Matt Tyler
1998-12-15  0:00 ` Tucker Taft
1999-01-19  0:00 ` news.oxy.com
1999-01-19  0:00   ` Simon Wright
1999-01-20  0:00     ` news.oxy.com
1999-01-21  0:00       ` Simon Wright
1999-01-21  0:00         ` news.oxy.com
1993-09-24 13:32 Doubly Linked List John Lorenzen
1993-09-23 16:41 cis.ohio-state.edu!math.ohio-state.edu!caen!usenet.cis.ufl.edu!eng.ufl.ed
1993-09-22  0:24 George C. Harrison, N orfolk State University
1993-09-21  0:47 Gregory Aharonian
1993-09-20 15:14 David Tannen
1993-09-19 22:59 agate!howland.reston.ans.net!europa.eng.gtefsd.com!darwin.sura.net!seas.g

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