CC ++ resources, LFC - cross-platform libraries

xiaoxiao2021-03-06  18

Incomplete guidance of C resources

http://blog.9cbs.net/taker2001/Archive/2005/03/16/321300.aspx

=======================================

http://lfc.sourceforge.net/

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 expnesss / 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, ...

For a list of some ideas for future development read notes / ideas from source Tree. You are welcome to add your suggestions for features on the feature request page.

Current Features:

Compiles / Work Under: Win9x, WinNT, Win2k, Linux, FreeBSD Available Modules:

callbacks / signals RTTI extensions polymorphic persistence ref-counted smart pointers streams: console, file, mem, sockets / text format, bin format threads: threads, mutex, semaphore, guards, ... date / time serial communications support

Please report bugs, and contact us if you have suggestions / ideas! LFC is under LGPL and if you want to control you are welcome!

Thank you, LFC Development Team.

转载请注明原文地址:https://www.9cbs.com/read-43975.html

New Post(0)