ivakyb / minini

Automatically exported from code.google.com/p/minini
Other
0 stars 0 forks source link

Added stdMinIni class #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Added a class interface for the MinIni. Initialize it with the filename,
and use it afterwards.

Possible improvements:
* check if the file is readable/writeable before reading writing.
* throw errors in case something goes wrong.

Original issue reported on code.google.com by s.vaning...@gmail.com on 3 Mar 2009 at 4:20

Attachments:

GoogleCodeExporter commented 9 years ago
I intend to merge this with the "minIni.h" file. Thank you for the contribution.

Original comment by thiadmer...@gmail.com on 5 Mar 2009 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by thiadmer...@gmail.com on 11 Mar 2009 at 12:06

GoogleCodeExporter commented 9 years ago
The contributed class is present in release 0.7.

Original comment by thiadmer...@gmail.com on 6 May 2009 at 8:08

GoogleCodeExporter commented 9 years ago
I think you forgot to add the class into the SVN tree?

Original comment by s.vaning...@gmail.com on 6 May 2009 at 8:16

GoogleCodeExporter commented 9 years ago
The class is in minIni.h; however, I called the class "minIni". When you include
minIni.h in a C++ program, the class minIni is available.

Original comment by thiadmer...@gmail.com on 6 May 2009 at 8:22

GoogleCodeExporter commented 9 years ago
Ah ok, but wouldn't it be more logical if you included the class in for example
stdMinIni (in analogy with wxMinIni)?

Original comment by s.vaning...@gmail.com on 6 May 2009 at 8:26