Published by Techsoft Pvt. Ltd.
Matrix Template Library for C++ v2.0 -  Matrix Template Library for C++ is a matrix template class that allows you to perform common matrix operations in C++. Full source code is included as inline functions in the header file. The implementation is not optimized for performance and memory usage, but is useful for small and medium size matrices.


(275/4) download
C++ Matrix Template Class Library 1.03 -  A library for performing common matrix operations in your C++ program. You can create and manipulate matrices like any other built-in data type. The class is written in compliance with the ANSI/ISO C+standard, but can be used with older compilers by selectively disabling namespace, template or exception handling features. Complete source code... (209/1) download
VxDWriter 2.0 -  VxDWriter is a tool for developing Windows 95/98 Virtual Device Driver (VxD) quickly and efficiently in C/C++. No assembly language programming skill is required with this tool. The resulting VxD, when compiler optimization is enabled, will be comparable with that written in assembly language in code efficiency and size. (11/0) download