2009年12月2日

【面试系列】Self introduction

摘要: Good afternoon!It is really my honor to have this opportunity for an interview, I hope i can make a good performance today. Now let me introduce mysel... 阅读全文

posted @ 2009-12-02 22:30 醉清风JM 阅读(446) 评论(0) 推荐(0)

【C++】new和malloc的区别

摘要: new和malloc的区别 2008-06-08 22:041、new 是c++中的操作符,malloc是c 中的一个函数2、new 不止是分配内存,而且会调用类的构造函数,同理delete会调用类的析构函数,而malloc则只分配内存,不会进行初始化类成员的工作,同样free也不会调用析构函数3、... 阅读全文

posted @ 2009-12-02 22:04 醉清风JM 阅读(247) 评论(0) 推荐(0)

导航