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