User: Jonathan Mcnuel

  • Public profile

User profile: Jonathan Mcnuel

User info
User name:Jonathan Mcnuel
History
Joined:
Number of posts:4
Latest posts:

Quick question about pointers
Im 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 pointers
Thank 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 pointers
I'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