Download List

Project Description

Rudiments is a C++ class library providing base
classes for things such as daemons, clients, and
servers, and wrapper classes for the standard C
functions for things like regular expressions,
semaphores, and signal handling.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-02-01 23:48
0.29

Fixes a lot of platform-specific bugs. All methods use (u)int(16|32|64)_t style type parameters rather than (unsigned )(short|long|long long).
Tags: Major bugfixes

2005-04-22 08:50
0.28.2

This version fixes a memory leak in the filedescriptor class.
Tags: Major bugfixes

2005-04-06 19:10
0.28.1

A bug in filedescriptor::bufferedWrite() that could cause a crash has been fixed.
Tags: Minor bugfixes

2005-03-28 23:15
0.28

Modem client/server and chat classes have been added. A rudiments namespace has been added. Buffered read/write support has been added to the filedescriptor class. There are many minor changes and bugfixes.
Tags: Minor feature enhancements

2004-08-10 10:21
0.27

This release features many new classes, SSL support,
reduced code size, and reduced memory consumption.
Tags: Major feature enhancements

Project Resources