文件名称:cpp
介绍说明--下载内容均来自于网络,请自行研究使用
数组元素为指针的数组称为指针数组
例: int *pa[3]
数组有三个元素, 每个元素是一个int型指针
pa是指向该一维一级指针数组的指针,是二级指针-Array element as pointer to array of pointers to arrays example: int* pa [3] array has three elements, each element is an int pointer pa is a pointer pointing to the one-dimensional array of pointers, the two pointers
例: int *pa[3]
数组有三个元素, 每个元素是一个int型指针
pa是指向该一维一级指针数组的指针,是二级指针-Array element as pointer to array of pointers to arrays example: int* pa [3] array has three elements, each element is an int pointer pa is a pointer pointing to the one-dimensional array of pointers, the two pointers
(系统自动生成,下载前可以参看下载内容)
下载文件列表
练习\C.h
....\dd.cpp
....\eg1-1.cpp
....\eg1-2.cpp
....\eg1-3.cpp
....\eg1-4.cpp
....\eg1-5.cpp
....\eg1-6.cpp
....\eg2-1.cpp
....\eg2-2.cpp
....\eg2-3.cpp
....\eg2-4.cpp
....\eg4-1.cpp
....\eg4-2.cpp
....\eg4-3.cpp
....\ex1.cpp
....\ex2.cpp
....\ex3.cpp
....\ex4-17.cpp
....\ex4-18.cpp
....\ex4-19.cpp
....\ex6_1.cpp
....\ex6_15.cpp
....\ex6_16.cpp
....\ex6_18.cpp
....\ex6_19.cpp
....\ex6_21.cpp
....\file1.cpp
....\file2.cpp
....\hh.cpp
....\hwork1.cpp
....\hwork3_1.cpp
....\L6_16.h
....\L6_2.cpp
....\L6_2.h
....\L6_23.cpp
....\L6_23.h
....\L6_8.cpp
....\L6_8.h
....\m.cpp
....\m.h
....\main.cpp
....\P5.cpp
....\P5.H
....\point.cpp
....\point.h
....\star.cpp
....\test.cpp
....\time.cpp
....\tstudent.h
....\zuhe.cpp
练习
....\dd.cpp
....\eg1-1.cpp
....\eg1-2.cpp
....\eg1-3.cpp
....\eg1-4.cpp
....\eg1-5.cpp
....\eg1-6.cpp
....\eg2-1.cpp
....\eg2-2.cpp
....\eg2-3.cpp
....\eg2-4.cpp
....\eg4-1.cpp
....\eg4-2.cpp
....\eg4-3.cpp
....\ex1.cpp
....\ex2.cpp
....\ex3.cpp
....\ex4-17.cpp
....\ex4-18.cpp
....\ex4-19.cpp
....\ex6_1.cpp
....\ex6_15.cpp
....\ex6_16.cpp
....\ex6_18.cpp
....\ex6_19.cpp
....\ex6_21.cpp
....\file1.cpp
....\file2.cpp
....\hh.cpp
....\hwork1.cpp
....\hwork3_1.cpp
....\L6_16.h
....\L6_2.cpp
....\L6_2.h
....\L6_23.cpp
....\L6_23.h
....\L6_8.cpp
....\L6_8.h
....\m.cpp
....\m.h
....\main.cpp
....\P5.cpp
....\P5.H
....\point.cpp
....\point.h
....\star.cpp
....\test.cpp
....\time.cpp
....\tstudent.h
....\zuhe.cpp
练习