Common Visual C++ Library v1.02 Friday April 30th, 2004 By: Marek Kudlacz ============================================= This library contains my xconio implementation and a properly rebuilt collection of the LVP book's include files. The original LVP includes are flawed when it comes to using them with Visual C++. This library fixes it. You can choose to use "cvc.h" which is a common header that combines all of xconio and lvp together, or you can indivudally choose to include each section seperatly by using "cvc/someheader.h". Changes: ============================================= --Version 1.02-- *Fixed the stack/vector/matrix/queue templates (again) --Version 1.01-- *Added stopwat.h\stopwat.cpp into the library *Fixed the usage of individual headers *Cleaned up mess of header web that was forming (for above feature) --Version 1.00-- *First version. Combines most of lvp and xconio together Current File Tree: ============================================= /include/cvc.h -- Points to "cvclib.h" /include/cvc/cvc.h -- Points to "cvclib.h" /include/cvc/cvclib.h -- Common Include. Complete collection of all of xconio/lvp /include/cvc/cvclibdef.h -- Defines the Release/Debug libraries /include/cvc/circle.h -- LVP circle class /include/cvc/college.h -- LVP College class /include/cvc/matrix.h -- LVP Matrix template class /include/cvc/pegclass.h -- LVP Peg Class /include/cvc/queue.h -- LVP Queue template class /include/cvc/random.h -- LVP random functions /include/cvc/stack.h -- LVP Stack template class /include/cvc/stopwat.h -- LVP StopWatch class /include/cvc/string.h -- LVP String class /include/cvc/toplist.h -- LVP Toplist class /include/cvc/utility.h -- LVP utility functions /include/cvc/vector.h -- LVP vector template class /include/cvc/xconio.h -- XCONIO (eXtended conio) functions /lib/cvc.lib -- CVC Release Static Library /lib/cvcD.lib -- CVC Debug Static Library