仅当需要时再给变量定义
摘要:From Effective C++ Item26给定如下的程序: std::string encryptPassword(const std::string &password) { using namespace std; string encrypted; if(password...
阅读全文
posted @ 2015-03-26 11:21
posted @ 2015-03-26 11:21