posts - 54, comments - 32, trackbacks - 0, articles - 0

5TryCatch

Posted on 2007-03-28 17:24 宋鹏 阅读(337) 评论(0)  编辑 收藏 引用 所属分类: Evc Debug Code
int a=1;
 try
 {
  if(NULL!=a)throw a;
 }
 catch(int)
 {
  MessageBox(L"Catch Information \n NULL!=a");
 }

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理