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

請您先登陸,再發跟帖!