我已經寫了一個代碼,其中有2-D向量作爲組件。每當我給我的輸入,1/2秒後,它顯示了這個錯誤C++運行時奇怪的錯誤
"Terminate called after throwing an instance of ‘std::bad_alloc’
What(): std::bad_alloc
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application’s support team for more information."
,我的電腦速度變慢後,代碼返回一個整數,直到我關閉該.exe文件它永遠不會恢復其速度。
這是什麼原因?如何避免這種錯誤?\ 我的代碼是http://paste.ubuntu.com/6593192/
顯示一些代碼? – Blacktempel
沒有你提供更多的數據,比如調試結果或者一段源代碼,我們沒有絲毫的想法。 – Spook
首先發布som代碼:你是否以正確的方式分配指針?你如何毀滅它?你是否在循環中創建向量? –