-
Notifications
You must be signed in to change notification settings - Fork 107
/
README
21 lines (15 loc) · 835 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ULib - C++ library
ULib is normally built and installed as a set of shared object
libraries and header files. These libraries and headers are installed
using directories selected through a "configure" script that has been
prepared with automake and autoconf. As such, they should build and
install similarly to and in a manner compatible and consistent with most
other GNU software.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ULib is Free Software under the LGPL
Comments are welcome.
- stefano casazza <[email protected]>
Basically, nothing that can handle complexity runs as fast as C++
Bjarne Stroustrup