其他语言

本类阅读TOP10

·基于Solaris 开发环境的整体构思
·使用AutoMake轻松生成Makefile
·BCB数据库图像保存技术
·GNU中的Makefile
·射频芯片nRF401天线设计的分析
·iframe 的自适应高度
·BCB之Socket通信
·软件企业如何实施CMM
·入门系列--OpenGL最简单的入门
·WIN95中日志钩子(JournalRecord Hook)的使用

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
C/C++资源, LFC--跨平台类库

作者:未知 来源:月光软件站 加入时间:2005-5-13 月光软件站

c++资源之不完全导引

http://blog.csdn.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 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, ...


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 contribute you are welcome!

Thank you,
LFC development team.




相关文章

相关软件