摘要: 下面这段代码有什么问题吗?(Arduino上运行)class C{public: C(){ ptr = new int[12]; } ~C(){ if(ptr!=NULL)delete [] ptr; } void reset(){ ... 阅读全文
posted @ 2015-05-01 12:57 fzyzcjy 阅读(1472) 评论(0) 推荐(0) 编辑