Search:

Type: Posts; User: berenice

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    10,822

    Hey!! thanks swoopy, it worked nice!! I thought...

    Hey!! thanks swoopy, it worked nice!! I thought I had to use getline or fgets, but it seems to be easier this way, and also the problem of the doubles is solved.

    Really, thank you... :p

    I...
  2. Replies
    6
    Views
    10,822

    Yes, sorry, i sent you the wrong version. this is...

    Yes, sorry, i sent you the wrong version. this is the programme...



    int count=0;
    char buffer[MAX_SAMPLES];
    char *array[MAX_SAMPLES];
  3. Replies
    6
    Views
    10,822

    getline to store values in an array

    Hi. I'm trying to store values read from a file into an array, and then manipulate them as arrays of doubles. I have problems storing the values, as the only I get is the last value read. I would...
Results 1 to 3 of 3