由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] another one. What's the difference of ...
相关主题
谁来解释一下这个是compiler问题吗?[合集] 简单问题一个:为什么可以间接访问私有指针成员
问一个C++函数Parameter的问题怎么得到char *分配空间的大小?
why int** cannot convert to const int** ?ostream& operator << (ostream& s, int cnt) error
what's wrong with this C++ code?A question about class size
问个字符串的基本问题数组指针的问题
[合集] 一个指针的小问题const char *p, is it ok to change p[1] ?
strcat()请教boost::any compile错误。
数组问题C array
相关话题的讨论汇总
话题: what话题: sep话题: wed话题: char话题: lzl
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
lzl (李作乐) 于 (Wed Sep 7 23:28:55 2005) 提到:
1. char *a[10];
2. char *(a[10]);
3. char (*a)[];
I tested it in gcc and the compiler requie the
array size for 1 and 2, but not 3.
Any comments?
☆─────────────────────────────────────☆
lzl (李作乐) 于 (Wed Sep 7 23:29:33 2005) 提到:
aparrently 1 and 2 must be the same

以下是附件内容:
1 (共1页)
进入Programming版参与讨论
相关主题
C array问个字符串的基本问题
A C++ compiler related interview question[合集] 一个指针的小问题
Array in Cstrcat()
C ++ 问题数组问题
谁来解释一下这个是compiler问题吗?[合集] 简单问题一个:为什么可以间接访问私有指针成员
问一个C++函数Parameter的问题怎么得到char *分配空间的大小?
why int** cannot convert to const int** ?ostream& operator << (ostream& s, int cnt) error
what's wrong with this C++ code?A question about class size
相关话题的讨论汇总
话题: what话题: sep话题: wed话题: char话题: lzl