📄 example25.cpp
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -