我在一个非常简单的标题中收到 C2143 错误。你能帮我找出问题所在吗?
#ifndef GLOB_H_INCLUDED
#define GLOB_H_INCLUDED
#include <string>
#include <windows.h>
extern string *name, *surname, *dob, *hospNo, *addr, *sex, *email, *phone, *nhs, *allerg, *indic, *notes;
extern int leftc, rightc, middlec;
extern string ks;
#endif
如果您需要任何进一步的解释......在此先感谢。