I am using VC, seems
I have to convert the type in this program.
double *tptr = (double*) malloc(n*sizeof(double));
after using this statement, there is no errors, faint. Do you know why? Is it because of VC's complier settings?
double *tptr = (double*) malloc(n*sizeof(double));
after using this statement, there is no errors, faint. Do you know why? Is it because of VC's complier settings?