Search:

Type: Posts; User: harrylask

Search: Search took 0.00 seconds.

  1. Thread: Dispute

    by harrylask
    Replies
    3
    Views
    1,201

    Dispute

    what does this code do?


    struct x
    {
    int a[5];
    int b[5];
    };

    struct x y[10];
  2. Replies
    1
    Views
    819

    is it possible...

    typedef struct mystruct
    {
    int x;
    int y;
    } mystruct;

    mystruct z[2];

    /*mystruct z[]={{1,2},{3,4}}; doesnt work on my embedded system because z gets a special attribut later
    ...
Results 1 to 2 of 2