Gitee (gitee.com) 是 OSCHINA 推出的代码托管平台,支持 Git 和 SVN,提供免费的私有仓库托管。目前已有近 1000 万的开发者选择 Gitee。
Gitee 贡献 反映用户在 Gitee 上评论、Fork、Star、Push等操作的次数。
免费开通 Gitee
连击 天
fork: star:
#include <iostream> using namespace std; class Unkown { public: void QueryInterface(int a) { cout<<"Hello, this your world!" <<endl; } }; template <typename T> class Hel...
//单例模式 //main.cc #include "Single.h" #include <iostream> using namespace std; int main(int argc, char *argv[]) { Single::GetInstance(); Single::GetInstance(); return 0;...
//BY:雲瑜 #include <iostream> using namespace std; struct MyStruct { int num; }; typedef struct MyTypedefStruct { int num; }MyTypedefStruct; //(*使用typedef struct ...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复
评论删除后,数据将无法恢复