int a=1;
?try
?{
??if(NULL!=a)throw a;
?}
?catch(int)
?{
??MessageBox(L"Catch Information \n NULL!=a");
?}
?try
?{
??if(NULL!=a)throw a;
?}
?catch(int)
?{
??MessageBox(L"Catch Information \n NULL!=a");
?}
posts - 54, comments - 32, trackbacks - 0, articles - 0 |
||||||||||||||||||||||
int a=1;
?try ?{ ??if(NULL!=a)throw a; ?} ?catch(int) ?{ ??MessageBox(L"Catch Information \n NULL!=a"); ?}
|
||||||||||||||||||||||