LFC什么意思?急急

来源:百度知道 编辑:UC知道 时间:2024/05/28 02:33:12

跨平台类库

LFC is a general C++ class library/framework, trying to provide OO abstractions for:

common data structures (STL extensions)
common algorithms (STL extensions)
OS services (files, inet sockets, threads, ...)
GUI support
database access
common programming patterns (MVC, ...)
callbacks/signals, RTTI, persistence
data streams/filters
multimedia (including games development support, 3d graphics)
net protocols: http,ftp, ...
regular expressions / parsing
LFC is developed under LGPL, guided by the fallowing principles/goals:

simple to use/extend
fully documented
cross platform (Win32, Linux, FreeBSD, ...)
fully use standard C++: classes, templates, exceptions, ...