Search:

Type: Posts; User: cyrux

Search: Search took 0.00 seconds.

  1. isnt there a concept of shallow copy in C?

    isnt there a concept of shallow copy in C?
  2. Doubt regarding C structures and arrays. Quick suggestions please

    I have a doubt regarding C pointers, structures and arrays.



    I have a structure
    typedef nx_struct DataMsg {
    nx_uint16_t destID;
    nx_uint16_t sourceID;
    nx_uint16_t valueReported[100];
    }...
Results 1 to 2 of 2