Hi:
If I have defined:
boost::property_tree::ptree IniTree;
What is the correct way to determine how many sections there are in an ini file. Should I use count, max_size, m_children or size?
Any help appreciated.
Cheers
Sean.