09 2022 档案
摘要:#ifndef FUN_HPP #define FUN_HPP #if defined(USE_EXPORT) #define EXPORT export #else #define EXPORT #endif EXPORT template void print_typeof(T const&);
阅读全文
摘要:try { std::cout << "finish" << std::endl; throw std::out_of_range("error"); return -1; } catch (std::exception const& ex) { std::cerr << ex.what()<<st
阅读全文
浙公网安备 33010602011771号