随笔分类 - C/C++
摘要:http://ftp.daumkakao.com/eclipse/oomph/epp/neon/R/eclipse-inst-win64.exe http://ftp.kaist.ac.kr/eclipse/technology/epp/downloads/release/neon/R/eclips
阅读全文
摘要:#include #include #include #include inline void STL_Reverse(std::string& str) // 反转string字符串 包装STL的reverse() 可以inline { reverse(str.begin(), str.end()); // STL 反转函数 reverse() 的实现 /...
阅读全文