Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Behebt eine Reihe von Plattform-spezifischen Fehlern. Alle Methoden verwenden (u) int (16 | 32 | 64) _t style type Parameter statt (unsigned) (short | long | long long).
Tags: Major bugfixes
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).

2005-04-22 08:50
0.28.2

Diese Version behebt einen Speicherverlust in der FileDescriptor Klasse.
Tags: Major bugfixes
This version fixes a memory leak in the filedescriptor class.

2005-04-06 19:10
0.28.1

Ein Fehler in FileDescriptor:: bufferedWrite (), die zu einem Absturz führen konnte, wurde behoben.
Tags: Minor bugfixes
A bug in filedescriptor::bufferedWrite() that could cause a crash has been fixed.

2005-03-28 23:15
0.28

Modem Client / Server-und Chat-Klassen wurden hinzugefügt. Ein Rudimente Namespace hinzugefügt wurde. Buffered Read / Write-Unterstützung hat der FileDescriptor Klasse hinzugefügt. Es gibt viele kleinere Änderungen und Bugfixes.
Tags: Minor feature enhancements
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.

2004-08-10 10:21
0.27

Diese Version bietet viele neue Klassen, die SSL-Unterstützung, reduzierten Code-Größe, und reduziert den Speicherbedarf.
Tags: Major feature enhancements
This release features many new classes, SSL support,
reduced code size, and reduced memory consumption.

Project Resources