由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] What are the differences between "const char* p" and "c
相关主题
[合集] 又学了一招[合集] 两个小问题
[合集] 有没有哪位高手可以帮小妹看一下偶滴程序的?[合集] 快速填充memory的方法?
[合集] c++里面到底destructor是不是要virtual的?[合集] 可以在不同的文件里定义名字相同结构不同的两个class?
[合集] C help(urgent)!!! thanks a lot!![合集] 一个数据结构问题
Why does default exception use char *?[合集] one simple question
a string define question (c++)[合集] pointer in C
[合集] C里面return 1代表失败,return 0代表成功,对么?[合集] g++下log函数出现问题
[合集] simple question[合集] float data type question
相关话题的讨论汇总
话题: const话题: char话题: sep话题: wed话题: what
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
oOOo (\_/o!o\_/) 于 (Wed Sep 7 01:50:59 2005) 提到:
they are the same

1;"?
☆─────────────────────────────────────☆
cdr (可读可写) 于 (Wed Sep 7 02:18:37 2005) 提到:
1;"?
The second one has a symbal "A" in the symbal table.
☆─────────────────────────────────────☆
thrust (Thrust Jaeina) 于 (Wed Sep 7 13:16:53 2005) 提到:
const char* and char const* are the same. (if you use gdb, gdb always use the
later form.)
#define A 1 and const int A=1 are NOT the
1 (共1页)
进入Programming版参与讨论
相关主题
[合集] float data type questionWhy does default exception use char *?
[合集] 请问哪位有Hilbert transform 的 C codea string define question (c++)
[合集] static const代替define的performance tradeoff在哪里?[合集] C里面return 1代表失败,return 0代表成功,对么?
[合集] 为什么不能: declare a static memeber func[合集] simple question
[合集] 又学了一招[合集] 两个小问题
[合集] 有没有哪位高手可以帮小妹看一下偶滴程序的?[合集] 快速填充memory的方法?
[合集] c++里面到底destructor是不是要virtual的?[合集] 可以在不同的文件里定义名字相同结构不同的两个class?
[合集] C help(urgent)!!! thanks a lot!![合集] 一个数据结构问题
相关话题的讨论汇总
话题: const话题: char话题: sep话题: wed话题: what