does anybody knows how to parse an ini file ? I guess I need a regular expression or something. 开发者_运维问答
I have a ini file which contains some sample values like: [Section1] Value1 = 10 Value2 = a_text_string I\'m trying to load these values and print them in my application with Boost but I don\'t und
I wanted to comment some custom parameters I am using now, to remember why they are there the next time I edit it.
I want to create a reset button for my delphi program. In my program sometimes ther开发者_开发百科e are some Ini. files created in the pathexe. What I want to do is now create a button or a tab that l
So I have a large class that I\'m refactoring to be more flexible. well over 100 configurable properties (variables) in a INI file. Some are dev settings and others are production settings.
I\'m working on my own - simple, short, stupid - ini library that I will use for other projects. I coded an ini parser, pretty simple, and effective so far and now it\'s time to move to the harder par
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but thi开发者_开发知识库s question will likely
I\'ve a non-unicode application which is using unicode versions of the ini reading functions like GetPri开发者_运维百科vateProfileSectionW and GetPrivateProfileStringW. The program is working well whe
I have a php applicaiton and i\'m planning to keep critical settings in a .ini file. However, i think that file can be accessed from over the web, so where is a \"standard pl开发者_如何学Goace\" for i
I\'m working on a project with PHP. I was planing to use a file called config.ini for gathering some set开发者_如何学运维tings including database information (password, username, name etc..).