2013年11月21日

你在用C++编程时遇到的最多的几个汉字是啥?

摘要: 首先,什么都不说,我们来看一段代码,然后试着编译运行: #include #include #include using namespace std;char* h = (char*)malloc(2*sizeof(char));int main(){ string str; str.push... 阅读全文

posted @ 2013-11-21 00:52 爱你一万年123 阅读(172) 评论(0) 推荐(0)

导航