Cpp_Primer_Answers
Cpp_Primer_Answers copied to clipboard
练习12.8
p指向的值未定义吧,int *p = new int();是不是应该这样写?函数是bool类型也不应该return p吧