Search:

Type: Posts; User: steviecrawf

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,588

    type cast or conversion?

    I want to read 4 char from a file and then store them at an array so i do:

    fread (&i_r_quan, sizeof (char), 4, f_ptr);

    After checking these characters I need to store them in a structure as an...
  2. Thread: Bufsiz

    by steviecrawf
    Replies
    1
    Views
    3,673

    Bufsiz

    Using fgets, could I use the macro BUFSIZ if I wanted to read a line sequential file in one, or would I have to read the file in parts?
  3. Replies
    1
    Views
    1,843

    behind and confused

    I am reading one record at a time from an invalidated line sequential file. The records need to validated and written to a new file in preparation for sorting by customer code. As the records are of...
Results 1 to 3 of 3