- 博客(1)
- 收藏
- 关注
原创 指针数组和行指针
1·、指针数组 指针数组中的一些关系比较多,下面对此做一点阐述,请看程序: #include using namespace std; int main() { char* str[3]={"one","two","three"}; char** p=str; cout cout cout cout cout
2011-10-26 17:45:57
365
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人