回複:回複:有的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.