Home > Software engineering >  This variable is what mean?
This variable is what mean?

Time:12-25

 STD: : map MyMsgMap; 

MyMsgMap [IDC_D_BTN + 1)=0;//this three words mean what
MyMsgMap. Count (btnID);//btnID is for dynamic button assigned ID
MyMsgMap [btnID]=1;


This a few words what mean?

CodePudding user response:

STD: : map and its use

  • Related