Edmund's zone

导航

03 2015 档案

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

posted @ 2015-03-26 11:21 Edmund Li 阅读(155) 评论(0) 推荐(0)