Search:

Type: Posts; User: tobby87

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,728

    everything is working fine now!!! thank you for...

    everything is working fine now!!! thank you for the help guys, i really appreciate it:wink:
  2. Replies
    8
    Views
    2,728

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <math.h>
    void linreg(float *x,float *y,int n,float *m,float *b);
    int main(int argc, char *argv[])
    {
    int i; //year
    ...
  3. Replies
    8
    Views
    2,728

    i fixed everything as stated by Click_here, but...

    i fixed everything as stated by Click_here, but the error still comes up
  4. Replies
    8
    Views
    2,728

    i have closing braces in lines 229, 230, and 231....

    i have closing braces in lines 229, 230, and 231. don't those work??
  5. Replies
    8
    Views
    2,728

    NEED help, error in the last line of code

    so this code is in DEv_C,
    i keep getting a syntax error at end of line, all the way at the last line, please help me, im not sure if my modularization id wrong or not. HELP ME!!!



    #include...
Results 1 to 5 of 5