IP屬地:浙江
項目1
本文轉(zhuǎn)自https://blog.csdn.net/Oliverfly1/article/details/107167420[https://b...
本文轉(zhuǎn)自:https://blog.csdn.net/hansionz/article/details/81608860#1offer_66[h...
本文轉(zhuǎn)自:http://www.nowamagic.net/academy/detail/3008015[http://www.nowamagi...
本文轉(zhuǎn)自:http://www.nowamagic.net/academy/detail/3008108[http://www.nowamagi...
本文轉(zhuǎn)自:https://www.cnblogs.com/lancidie/archive/2011/08/05/2128318.html[ht...
2 內(nèi)存泄漏 2.1 C++中動態(tài)內(nèi)存分配引發(fā)問題的解決方案 假設(shè)我們要開發(fā)一個String類,它可以方便地處理字符串?dāng)?shù)據(jù)。我們可以在類中聲明一...
1、什么是指針 (2)野指針和懸空指針:野指針,就是沒有被初始化的指針,懸空指針,最初指向的內(nèi)存已經(jīng)被釋放了的指針。無論是野指針還是懸空指針,都...