#include #include using namespace std; void msg(char *title,char *info){ MessageBox(GetForegroundWindow(),title,info,4); } int main(int argc,char *argv[]){ if(argc==3){ cout<<"showed"<<" title"<