C++ base 1.0 review

Download
by rbytes.net on

C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation of low level operating system calls

License: GPL (GNU General Public License)
File size: 104K
Developer: Bjoern Lemke
0 stars award from rbytes.net

C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation of low level operating system calls and basic library functions.

Further packages you may access from this page require the installation of this base package

Requirements:
To build the base library, you need a c++-compiler ( g++ ) in any unix environment.
The library should be able to compile on any POSIX unix platform.

Installation:

Run the configure script with the following options

./configure --prefix=

where install-base-dir is the location directory where header files and the library should be installed.

Run make

./make

This builds the base library libbase.a. You can install
the library with the corresponding header files with the install command

./make install

C++ base 1.0 search tags