User forums > Using Code::Blocks

Why does Code::Blocks not return value of #define while hovering

(1/1)

Oulaxer11:
My teachers always told me there are no such things as stupid questions... however, I think this may be one of them  -


I have


--- Code: ---#define GUC_NUM_CONTI_MTC_CHARS     ((unsigned char)    10)
unsigned char UC_mfgDateAndSerialNum[GUC_NUM_CONTI_MTC_CHARS];
--- End code ---

Why, when in the code, I click on GUC_NUM_CONTI_MTC_CHARS doesn't the value (10) not get displayed? 

Thanks :)

Biplab:
Code Completion plugin doesn't have a good pre-processor parser. Thus C::B doesn't offer such help.

Navigation

[0] Message Index

Go to full version