Hello,
I'm thinking about an implementation of initialization file, means a text file that contains pairs of keys and values*.
In Visual Basic, there are functions of INI file that do all that work. I would like to know if there are any made functions intended for this operations (read and write to this file).
Thanks in advance!
* I know I can use 'hashes' of Perl instead of C++ , but I prefer compiled code that the source code cannot be seen.
I'm thinking about an implementation of initialization file, means a text file that contains pairs of keys and values*.
In Visual Basic, there are functions of INI file that do all that work. I would like to know if there are any made functions intended for this operations (read and write to this file).
Thanks in advance!
* I know I can use 'hashes' of Perl instead of C++ , but I prefer compiled code that the source code cannot be seen.