C面向对象程序设计讲义

时间:2013-12-28 17:00:16
【文件属性】:

文件名称:C面向对象程序设计讲义

文件大小:184KB

文件格式:PDF

更新时间:2013-12-28 17:00:16

C面向对象程序设计

void main() { cout << "before opening brace" << endl; { Tree t(12); cout << "after Tree creation" << endl; t.printsize(); t.grow(4); cout << "before closing brace" << endl; } cout << "after closing brace" << endl;


网友评论