- 博客(1)
- 资源 (3)
- 收藏
- 关注
原创 static 继承和覆盖
#include "stdafx.h"#include struct BaseStatic{static void show(){std::cout};struct DerivedStatic1:public BaseStatic{};struct DerivedStatic2:public BaseStatic{st
2015-09-02 20:34:26
288
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人