摘要:
ULONG systemGetVarName(const string &userLib){ if(ofs.is_open()) { ofs.close(); } ofs.open("d:\\log\\symbolTable.txt", ios::out); if(!ofs.is_open()) { 阅读全文
摘要:
#include <cxxabi.h> #include <string.h> #include <array> #include <iostream> int main() { const std::array<const char *, 5> bt = { "./src/warzone2100( 阅读全文