An elementary C++ library by wrapping commonly used C library functions and
system calls into forms suitable for solving problems in fast and effective OO
way. The structure and API of this library are robust, almost fool-proof,
and the API is uniform, complexity is thus massively reduced. Application
normally just use it mechanically. This library added few for developer to
learn and remember in hopes that users can focus more on real things, no need
to endless learn things 'backwardly'. OTOH, this library is also designed with theoretical applications in mind. It considers C/C++ to have the potential to serve as a foundation for a (math, logic) formal language.
此C++程式庫轉換底層的系統呼叫及C-lib函式至適用以物件導向快速有效解決問題的形式.
因函式架構及界面含防呆設計,介面統一,複雜度大幅降低,應用程式ㄧ般可機械地使用.
此程式庫新増很少須學習的概念,希望使用者未來不必無盡的(回頭)再學習此程庫,而可將
精力應用於其它實際事物. 另方面, 此程式庫亦考量運用於理論上的用途. 此程式庫認為C/C++有潛力成為(數理)形式
語言的基礎.
Features
- A C++ library for system programming
- All about efficiency