VS2008不能智能提示,该如何解决
VS2008不能智能提示C/C++ code#define STRUCTN(name) namestruct STRUCTN(base){bool bshort sWORD wDW
VS2008不能智能提示
C/C++ code#define STRUCTN(name) namestruct STRUCTN(base){ bool b; short s; WORD w; DWORD dw; QWORD qw;};base:: // VS不能产生智能提示了,什么辅助能做到这点?
[解决办法]试试VC助手
[解决办法]使用VC助手吧。
[解决办法]