搜索资源列表
IniFileNew
- 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
nfsLibrary_src
- nFS,在一个文件中模拟一个文件系统,适合于需要读写创建大量文件的应用。该类库与linux下的NFS没有关系。该类库兼容MSVS/Win32, GCC/Linux and GCC/Solaris,全部用C语言完成。
Linux_C
- linux下C语言编程的介绍性文章,具有参考意义
CRWFile
- 用C和C++,高效读写文件类CRWFile,将文件一次加载到内存中,支持按行读取数据。 每次写入磁盘文件4096字节,相对比较高效。 CRWFile非常适合读取文件相对较小(<500M)的常规处理! 支持Windows和Linux下编译和运行!-Using C and C++ for read or write the file that on disk. Could be running on windows and linux , and that is super
win_log
- window下,c/c++程序实现日志记载功能,修改一下可以移植到linux环境,调试工具用的c++builder 6.0。-window log file
log4cxx121219.tar
- apache 公司的C++版 跨平台C++日志通讯框架,本压缩包集成了linux下需要的apr和apt-util源码,仅需要执行compile.sh角本就可以编译出日志包,测试平台gcc 4.4.6 fedora 15-apache company s C++ version of the cross-platform C++ log communications framework, the integrated compression package apr and under linux
INI
- 可移植的多平台INI读写C代码,支持unicode和Asc文件。在windows,linux平台下均可高效运行。-INI read/wirte in C code can run on windows/linux etc. support Unicode and Asc files.