• netIP_aton fucntion not working (TCP CLIENT)
    Hello I am using stm32 discovery board and trying to implement a TCP Client application.In the following code, I am using netIP_aton function to convert the network address in binary.But the function...
  • netIP_aton fucntion not working (TCP CLIENT)
    Hello I am using stm32 discovery board and trying to implement a TCP Client application.In the following code, I am using netIP_aton function to convert the network address in binary.But the function...
  • C51: Pointer to array type
    I have defined a type for objects we use. The details of the type should not be relevant for the users of the type, so I am "hiding" it behind a typedef. As it happens, this type is currently implemented...
  • C51: Pointer to array type
    I have defined a type for objects we use. The details of the type should not be relevant for the users of the type, so I am "hiding" it behind a typedef. As it happens, this type is currently implemented...
  • array of pointers to arrays of pointers to string
    Yes, the real problem is, I would like to write an easy to switch, multilingual menu. And I imagine, an array like that should work. But there seems to be some brain blocking in 1. How to define and...