Code::Blocks Forums

User forums => Help => Topic started by: aozima on September 08, 2009, 05:42:19 pm

Title: struct can't tips...
Post by: aozima on September 08, 2009, 05:42:19 pm
if this,the tips is working....  look OK.jpg
Code
typedef struct
{
    unsigned char header;
    struct led1_buzzer led1_buzzer;
    struct led2_led3   led2_led3;
    unsigned char lang_code;
    unsigned char row;
    unsigned char column;
    unsigned char str_len;
    unsigned char ddata[16];
    unsigned char tail;
}format1;

But,this,the tips is not work... :( :(  look NO.jpg
Code
struct format1
{
    unsigned char header;
    struct led1_buzzer led1_buzzer;
    struct led2_led3   led2_led3;
    unsigned char lang_code;
    unsigned char row;
    unsigned char column;
    unsigned char str_len;
    unsigned char ddata[16];
    unsigned char tail;
};

 :( :( Tell me why?
I need it..... :P

[attachment deleted by admin]