摘要:
转载自:https://blog.csdn.net/will_hsbsch/article/details/21124055 windows 上,但使用C++语言new一块内存,用指针P指向这块内存,但我们调用delete的时候如何知道我们需要释放的空间大小,毕竟我们只给了一个P指针,并没有给出内存 阅读全文
摘要:
一、 左值和右值 L-value中的L指的是Location,表示可寻址。Avalue (computer science)that has an address. R-value中的R指的是Read,表示可读。in computer science, a value that does not h 阅读全文