I\'m a newbie looking for a fast and easy way to parse a text file in C or C++ (wxWidgets)
The file will look something like this (A main category with \"sub-objects
On Windows only, GetPrivateProfileSection does this. It's deprecated in favor of the registry but it's still here and it still works.