I've updated class vSList as follows:
* List now automatically resizes itself if needed upon
insert.
* Added copy constructor, operator=, operator==
* Added helper functions vStringContainerToSList,
vSListToStringContainer.
The attached files should be installed into your V
source tree in both the Windows and X Windows include
and source directories:
vslist.h - put in includew\v and includex/v
vslist.cpp - put in srcwin
vslist.cpp - put in srcx, rename to vslist.cxx
The files are attached in a zip archive.
contains vslist.h and vslist.cpp