首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 一个易于使用的C++库,在软件中使用INI文件

一个易于使用的C++库,在软件中使用INI文件

资 源 简 介

What is dini? Using dini you can easily use INI files in your software. It is a very easy-to-use library and does not require some kind of complicated installation process. It does only consist of some code files you"ve to include in your project and you"re good to go! This is possible because dini does only use the STL, so no external libraries are needed. What is an INI file? An INI file is commonly used to store settings. You often recognise INI files by their extension: .ini, but of course they don"t necessarily have this extension. An example of an INI file could be: ``` [main] homepage="http://divendo-webs.com" newtab="about:blank" [user] name="divendo1180@gmail.com" pass="0d5bb0547eea3c58732148c37de534f1" autologin=true ``` Using dini in your project To use dini in your project is, as said, very simple. Just download the latest version. Then extract the contents of the archive

文 件 列 表

dini.h
dini_private.cpp
dini_private.h
example.cpp
gpl3.html
gpl3.txt
inifile.cpp
inifile.h
inisection.cpp
inisection.h
inivalue.cpp
inivalue.h
readme.txt
VIP VIP
0.170082s