c的free注意事项和c++的简洁(析构大哥)
摘要:1 #include 2 3 using namespace std; 4 // 5 ////c语言版本 6 //struct stu 7 //{ 8 // char *name; 9 // int age; 10 //}; 11 //int main() 12 //{ 13 // stu *ps = (stu *)malloc(sizeof(stu));...
阅读全文
posted @ 2017-01-14 23:55
浙公网安备 33010602011771号