Download List

项目描述

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 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

修复了大量的平台特定的错误。所有的方法使用(ü)国际(16 | 32 | 64)_t风格的参数类型,而不是(符号)(简称|长期|一段很长的)。
标签: 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

这个版本修复了FileDescriptor的类内存泄漏。
标签: Major bugfixes
This version fixes a memory leak in the filedescriptor class.

2005-04-06 19:10
0.28.1

一个FileDescriptor的错误::bufferedWrite(),可能导致崩溃已得到修复。
标签: Minor bugfixes
A bug in filedescriptor::bufferedWrite() that could cause a crash has been fixed.

2005-03-28 23:15
0.28

调制解调器客户机/服务器和聊天类增加了。阿雏形空间增加了。缓冲读/写支持已被添加到FileDescriptor的类。有许多小的改动和错误修正。
标签: 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

此版本新增了许多类,SSL支持,降低了代码尺寸,并降低内存消耗。
标签: Major feature enhancements
This release features many new classes, SSL support,
reduced code size, and reduced memory consumption.

Project Resources