On 05/11/2009 00:11, BLS wrote:
char* xxx()

better
char* xxx(char* a, char* b)
{
  string A = ????
}


Reply via email to