<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<DIV><FONT size=2>Dear gccxml team,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>i need to parse a generic c++ function arguments list like 
this:</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV>int a, char b,  void (*f)(int), double g[], float c=5</DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>and i would like to write a function to obtain the names of 
the identifiers (a, b, f, g, c) and eventually  the corresponding 
types also.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>i've puzzled for long time with this problem without finding a 
good solution.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Could you give me some advice, please?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Regards.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>    
Roberto</FONT></DIV></FONT></DIV></BODY></HTML>