i am confuse on how to translate this code: to delphi?
char **szWords; // recognized words
char ***szPhones; // recognized phones per word
float *pScorePron; // pronunciation score
float **pScorePronPhone; // pronunciation score of phones
float *pScoreAcc; // accent score
float *pScoreInto; // intonation score
float *pScoreDur; // duration score
float *pScoreTot; // total evaluation score
char szEvaluResultTxt[MAX_STR_LEN]; // evaluation text result
int nWordNum; // number of recognized words
int *pPhoneNum; // number of recognized phones per word
if you know good site on how to transtalte C++ to Delphi vise versa. please suggest. thanx in advans