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

来源: 2005-11-09 16:21:21 [旧帖] [给我悄悄话] 本文已被阅读:

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.