提交 3867db6a 编写于 作者: N nicolas314

Added entry about C++

上级 62796598
# Iniparser FAQ #
# iniparser FAQ #
## Is Iniparser thread safe ?
## Is iniparser thread safe ?
Starting from version 4, iniparser is designed to be thread-safe, provided
you surround it with your own mutex logic. The choice to not add thread
......@@ -29,4 +29,9 @@ buffering parameters to accomodate fprintf(). Something like:
setvbuf(f, NULL, _IOFBF, 0);
## iniparser does not compile with my C++ compiler!
See the docs: iniparser is a C library. C++ is quite a different language,
despite the promises of compatibility. You will have to modify iniparser
quite heavily to make it work with a C++ compiler. Good luck!
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册