char *tFather = new char[tFirstComma-tLBrackert];
strncpy(tFather, tLBrackert+1, tFirstComma-tLBrackert-1);
char *tDaughter1 = new char[tSecondComma-tFirstComma];
char *tFather = new char[tFirstComma-tLBrackert];
strncpy(tFather, tLBrackert+1, tFirstComma-tLBrackert-1);
char *tDaughter1 = new char[tSecondComma-tFirstComma];