try_catch.cpp

C++中級

Explorer

C40
C++
初級10
中級10
class_definition.cpp
vector_iterator.cpp
lambda_function.cpp
map_insert.cpp
shared_ptr.cpp
override_virtual.cpp
cin_input.cpp
algorithm_sort.cpp
stringstream.cpp
try_catch.cpp
上級10
エキスパート5
マスター5
C#40
Dart40
Go40
Java40
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell40
Swift40
TypeScript40
try_catch.cpp
Click to focus
1
2
3
4
5
try {
    throw std::runtime_error("Error");
} catch (const std::exception& e) {
    std::cerr << e.what();
}
0WPM0%0:000/109(0%)|Ln 1, Col 1
UTF-8C++

関連する練習問題