08 2014 档案

摘要:#include "stdafx.h"typedef int (*func)(int,int);class data{public: data() { a=12; b=13; } ~data() { } static int setdata(int c,int d) { return c+d;... 阅读全文
posted @ 2014-08-11 11:34 chunlinge 阅读(617) 评论(0) 推荐(0)