摘要: 1、Http和Https的不同 https是SSSL加密的 2、宏与内联函数的不同 不同点:宏是在预编译期间进行字符串的替换操作的,而内联函数是在编译期间在函数被调用的地方插入函数的实现代码 3、 #include using namespace std; class A{ public: A(){cout using namespace std; ... 阅读全文
posted @ 2014-10-20 23:16 yexuannan 阅读(164) 评论(0) 推荐(0) 编辑