News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

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

Started by Oulaxer11, February 01, 2008, 04:54:01 PM

Previous topic - Next topic

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

#define GUC_NUM_CONTI_MTC_CHARS     ((unsigned char)    10)
unsigned char UC_mfgDateAndSerialNum[GUC_NUM_CONTI_MTC_CHARS];


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

Thanks :)
-Mike

Biplab

Code Completion plugin doesn't have a good pre-processor parser. Thus C::B doesn't offer such help.
Be a part of the solution, not a part of the problem.