I\'m looking for a way to parse c++ code to retrieve some basic information about classes. I don\'t actually need much information from the code itself, but I do need it to hand
Exuberant Ctags will give you most of what you need, it's usually used by editors to provide code navigation.May choke on some templates though...