int* A = (int*)malloc(sizeof(int)*s); A[0]=11; A[1]=22; printf("A = %d %d\n", A[0], A[1]); // the same reason: s_fm_solution_t** fm_sol; fm_sol[inde... Read More
posted @ 2012-05-11 17:47 findumars Views(183) Comments(0) Diggs(0) Edit