# rudiments

## Description:

데몬, 클라이언트 서버를 위한 C++ 클래스 라이브러리

Rudiments is an Open Source 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 such as regular expressions, semaphores and signal handling.

## Features:

## Reference:

* <http://rudiments.sourceforge.net/documentation.html>

## Dependencies:

* None

## Sub Packages:

* **rudiments-devel** - rudiments 를 이용하여 개발시 필요한 라이브러리와 헤더
* **rudiments-doc** - rudiments 문서

## Related Packages:

* [sqlrelay](/annyung-3-user-guide/annyung3-package-catalog/annyung3-addon-packages/pkg-addon-sqlrelay.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-addon-packages/pkg-addon-rudiments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
