/*********************************************************************** M a r c i n W u d a r c z y k 's NonameLib Freeware library Data Structures ver 0.9 Beta USE AT OWN RISK More info you can find in file libread.txt (c) 1999 Marcin Wudarczyk ***********************************************************************/ Here you have it !!! It's not finished, so do not get angry at me. Better not use it till it will be done. Any comments or problems, just email me and I will try to help you. You can find adress at the end of this file. Many of this classes do not work well, or they do not compile at all. I'm pretty sure that lists (not everyone), vectors and deque works, because I was using it and I corrected few mistakes so there is a small possibility that there is no more errors. This release is made in hurry and I doubt if someone get it. If you do (if you are reading this text), email me and ask for new versions and help how to use it. I'll always answer with plesure. There is no documentation or help files, only few comments in *.hpp files, but in polish. Installation: Copy the files from zip file to directory on hard drive and set header files search path of your compiler to that dir. Using: Include headers with classes you want to use at the beggining of file. Declare your own classes which use the lib templates. Include file postlib.hpp BEFORE any code that uses the lib classes and AFTER the declarations of classes you are using as a params to the templates, because it's size has to be known. In project or set of linking objects you may have to include the tlib.cpp file, but not always, and now I don't remember when it is needed. If you get "external declared but not defined" errors, you can try linking this file. GOOD LUCK ! Marcin Wudarczyk mar@mar.prv.pl This code is published on GNU Software Agreement.