Quick question about pointersIm reading an input file that has the following co-ordinates 2.5 1.5 -1.5 1.5 2.0 3.0 I need...
C code in c++ keeps crashing, using arrays and pointersThank you very much kind sir, I've been staring at this for a while wondering where I put an int ins...
C code in c++ keeps crashing, using arrays and pointers[code] int readvalues(FILE* fin, float *x){ int n; n = 0; while (fscanf(fin, "%f", &x[n])...
C code in c++ keeps crashing, using arrays and pointersI'm working with arrays and pointers and I feel like my readvalues function is incorrect and is caus...
This user does not accept Private Messages