3aa Subj : Re: matrix and vector header files To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Sun May 23 2004 11:09 pm Rob wrote: >Bob Gonder wrote: >>What version do you want these for? >> >I need Borland C++ compiler version 5.5 matrix and vector header files. Im not that experienced to make one. Years ago, there was bamatrix.h and bavector.h that was available to download from Borland but I do not know if its still there. Ah, then you're asking in the wrong group. AFAIK there is no such product as Borland C++ 5.5. You probably mean the free commandline compiler, ie. C++Builder 5.5 People who know most about that hang out in groups with the word cppbuilder in their names. As was mentioned, the commandline tools come with vector.h in the include directory. For a matrix solution, if you can't find it on the Borland site, perhaps one of the universities? Or Google for "matrix class" . 0