• Can you suggest a better way?
    Hello, This is not a Keil related question - but either way I was hoping to hear some refreshing ideas... I have a simple data structure, like this: typedef struct { int32s id ; int32s offset...
  • Can you suggest a better way?
    Hello, This is not a Keil related question - but either way I was hoping to hear some refreshing ideas... I have a simple data structure, like this: typedef struct { int32s id ; int32s offset...
  • Is there a better way to solve this requirement
    I have a different objects, like this: typedef struct { int32_t info ; } item1_properties_t ; and typedef struct { int32_t info ; } item2_properties_t ; the objects are held in containers...
  • Is there a better way to solve this requirement
    I have a different objects, like this: typedef struct { int32_t info ; } item1_properties_t ; and typedef struct { int32_t info ; } item2_properties_t ; the objects are held in containers...
  • RE: Is there a better way to solve this requirement
    Isn't this meant to be Keil/ARM forum? It seems to be turning into a 'C' programmers forum. There are plenty of these on the Web so why not go to one of these and keep this forum for what it's intended...