example25.cpp
来自「Boost provides free peer-reviewed portab」· C++ 代码 · 共 18 行
CPP
18 行
#include <stdexcept>#include <boost/test/included/prg_exec_monitor.hpp> //____________________________________________________________________________//int foo() { throw std::runtime_exception( "big trouble" ); }//____________________________________________________________________________//int cpp_main( int, char* [] ) // note the name{ foo(); return 0;}//____________________________________________________________________________//
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?