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
Running Doxygen on the code would give you most of that, wouldn't it?
In what format do you want the output?