多文档界面(MDI)应用程序框架
MDI应用程序框架(含菜单合并,最近文件列表,子窗体排列,配置文件读写)-MDI Application Framework (including the combined men
本专区汇聚了各类基于 配置文件 开发的源码资源,共计 162 篇资源供开发者免费下载学习。
MDI应用程序框架(含菜单合并,最近文件列表,子窗体排列,配置文件读写)-MDI Application Framework (including the combined men
C# 详细的读写INI文件 利用windows api 功能-C# Detailed reading and writing INI files using windows api
NiceC —— 一个 C/C++ 的 Source Formatter! 只有 3 个文件: NiceC.exe 主程序 NiceC.txt 说明文件 NiceC.cfg
vc++ 6.0 ini文件操作类-good
VC++6.0写的关于用API函数操作INI文件的测试程序,欢迎大家下载-VC++ 6.0 write operation on the use of INI file API f
一个ini文件解析的C++实现,使用STL,并有文档说明。-Ini files parsed a C++ Realize, the use of STL, and document
Purpose/Goal: The main goal of this script is to be easy to use while supporting non-uniqu
INI文件读写类,C++编写,使用stl。任意C++编译器均可使用,可在任意平台上编译。-INI file reading and writing categories, C, t
VC++6.0 INI类型文件操作实例类-VC 6.0 INI file types such examples operation
在VC++中读写INI文件.doc, 在VC++中读写INI文件.doc-In VC++ In reading and writing INI files. Doc, in VC+
可跨平台的,完全用C++标准库实现对ini文件的操作-Can be cross-platform, complete with C++ Standard library to re
在QT环境下实现ini文件读写功能,写文件时传入QVariant 类型数据参数,无需区分数字还是字符串,都能采用统一接口将数据写入到配置文件中