2012年6月11日

一些程序的整理

摘要: 1.#include <iostream>using namespace std;void func(int i=0){ cout<<i<<endl;}int main(){ func(3); return 0;}输出:3 阅读全文

posted @ 2012-06-11 17:54 铁树银花 阅读(166) 评论(0) 推荐(0) 编辑

导航