Topic: Dynamic memory in c++
Author: dtillma@opie.bgsu.edu
Date: Wed, 11 Aug 1993 00:43:45 GMT Raw View
Does anyone have access to a library that allows c/c++ to have
data structures that are similary to the ones that are available
in LISP or SCHEME or SMALLTALK or DYALN. These data objects are basically
linked lists but they are are implimented at a much higher level for
the programmer since the programming environment handles the
memory managment; therefore, the programmer does not have to
deal with memory mangament hassles with pointers. It is not that
I do not know how to deal with pointers, it is just that there
should be a way to handle dynamic memory without having to
re-invent the wheel.
Don Tillman
dtillma@andy.bgsu.edu