inih
inih copied to clipboard
[Load All Sections]
Hi, is there any way to load all sections into an array ?
You get a set of the sections via
std::set<std::string> sections = reader.Sections()
You can convert that into any other data structure that you find convenient.
But I'm not sure what you mean exactly.