Search:

Type: Posts; User: JimmyJ

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,641

    Sorry guys disregard the last message of course...

    Sorry guys disregard the last message of course I've forgotten to increment pos. The simplest mistakes are the stupidest.
  2. Replies
    5
    Views
    1,641

    I've changed my code to represent the suggestion...

    I've changed my code to represent the suggestion made by Salem but it seems to be overwriting what's in the array with new data each time the function (fileio) is called instead of appending the new...
  3. Replies
    5
    Views
    1,641

    I've first used #define MAXWORD 80 #define...

    I've first used

    #define MAXWORD 80
    #define MAXLEN 20

    then in main

    char array[MAXWORD][MAXLEN];
  4. Replies
    5
    Views
    1,641

    Problems adding info to an MDA?

    Hi all,

    Still not getting my head around multidimentional arrays and was wondering if anyone would be so curtious as to explain what I am doing wrong and why it's wrong. I am trying to read data...
  5. Replies
    5
    Views
    1,587

    Sorry guys, have tried a few different things and...

    Sorry guys, have tried a few different things and I just can't get it, all I get when trying to read is garbage, obviously I'm pointing somewhere incorrectly or its not returning the data properly....
  6. Replies
    5
    Views
    1,587

    Sinking under multidimensional arrays

    Hi to all,

    Need some help with a function I'm trying to write, if I may. The object of the function is to read through a comma delimited file placing the data between the commas into individual...
Results 1 to 6 of 6