早教吧 育儿知识 作业答案 考试题库 百科 知识分享

在C++中,col是什么意思?怎么用?

题目详情
在C++中, col 是什么意思?怎么用?
▼优质解答
答案和解析
#include //首先我猜测了col = column 纵队的意思 row 行,排的意思int *seek(int (*pnt_row)[3]) //这是一个数组,数组的容量是3,元素是指针 { int i=0,*pnt_col; pnt_col=*(pnt_row+1); //pnt_row...