C++构造函数
摘要:#includeclass rectangel{public: rectangel(int l,int w){ length = l; width = w; } int area(); private : int length; int width;};int rectangel::a...
阅读全文
posted @ 2015-01-31 21:58
posted @ 2015-01-31 21:58
posted @ 2015-01-27 00:03
posted @ 2015-01-26 23:44
posted @ 2015-01-26 23:34