指针的指针的指针的用法范例
摘要:
//一个小函数,精巧之处在于只分配两次内存,用下标计算完成行列转换 #include <iostream> using namespace std; template<class T> void get2array(T ***ptr, int row, int column) { *ptr=new 阅读全文
posted @ 2021-08-12 21:10 金凯旋 阅读(139) 评论(0) 推荐(0) 编辑
posted @ 2021-08-12 21:10 金凯旋 阅读(139) 评论(0) 推荐(0) 编辑