回复:回复:有的C++里的自定义的structure总以_t

回答: 有的C++里的自定义的structure总以_t电脑民工2005-11-08 21:58:06

The names start with _ is reserved for C++ internal variable or structure names. Since C++ won't allow programmer to declare variabel or structure names starting with _, so the compiler can distinguish the names.

所有跟帖: 

是这样的吗:) -CutOnce- 给 CutOnce 发送悄悄话 (334 bytes) () 11/09/2005 postreply 20:00:20

我个人理解是C++因为CLASS里有个同名的METHOD的话 -电脑民工- 给 电脑民工 发送悄悄话 (338 bytes) () 11/09/2005 postreply 20:49:34

请您先登陆,再发跟帖!