Search:

Type: Posts; User: Attenea

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,827

    Thanks for the reply, I will try to clarify some...

    Thanks for the reply, I will try to clarify some points:

    have 3 files.
    First one a header with the struct and function definition:


    typedef struct
    {
    char id[16];
    char name32];
  2. Replies
    4
    Views
    1,827

    read/write files

    Hi all,

    I have a problem with some read/write functions.
    I have a .bin file which contains a lot of structures as follows:


    struct alumno
    {
    char id[10];
    char apellido1[32];
Results 1 to 2 of 2