template <class T> inline PCSTR to_string (const T& t) { std::stringstream ss; ss << t; return ss.str().c_str(); } ULONG bugCheckCode = 0; ...
確定! 回上一頁