C++及圖像算法基礎知識(二)

PS:爲了面試準備的,總結的有點粗糙。   1.使用了未初始化的局部變量 錯誤:     正確:     2.指針與指向指針的指針 Pointer to an integer value int* i   Pointer to a pointer to an integer value int** i   3.i++ 與++i的區別 use ++i if you don't have a spec
相關文章
相關標籤/搜索