老玉米: 这段代码编译不过 [阅读: 471] 2005-11-16 06:47:16 void f(unsigned short *b) { b++; } int _tmain(int argc, _TCHAR* argv[]) { wchar_t a = 0; f(&a); ... }