struct test{ int a; int b;};test QOO;QOO.a=10;//codeblocks can pop-up hint window
typedef struct test{ int a; int b;}test1;test1 QOO;QOO.a=10; //codeblocks can not pop-up hint window