racux
2012-03-09 17:17:31 UTC
float *n;
int value;
n = (float *)malloc(value * sizeof(float));
Can someone confirm that I am doing this right? That one of the 'float's in the definition does not be redefined to an 'int'?