Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ THUStudent
Function
THUStudent
13-Multithreading/code/exception_ptr.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <exception>
4
5
void THUStudent() {
6
throw std::runtime_error(
"THU is not the best!"
);
7
std::cout <<
"THU is the best.\n"
;
8
}
9
10
void PKUStudent() {
11
std::cout <<
"PKU is the best.\n"
;
Callers
1
Work
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected