Search:

Type: Posts; User: tnecniv

Search: Search took 0.00 seconds.

  1. what can i change to make this code run? how do...

    what can i change to make this code run?
    how do i use it to pass by reference the values from my closest point function to my main

    please advise.
  2. Pointer error need help error C2440: '=' : cannot convert from 'double' to 'double *'

    #include<stdio.h>
    #include<math.h>

    //Function Prototypes//
    int read(double pointco[][2]);
    void obtainStatistics(double pointco[][2],int n,double a[]);
    void trendLine(double temp[],int p,...
Results 1 to 2 of 2