C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

  2015年7月12日
摘要: 静态变量:#include#include#include using namespace std;class A{public: A(){ total++; } static int total;};//@warn 静态成员变量必须在全局进行定义int A::total =... 阅读全文
posted @ 2015-07-12 17:48 思齐_ 阅读(392) 评论(0) 推荐(0) 编辑