error C2501: 'string' : missing storage-class or type specifiers
1.首先正确包含头文件使用下面语句#include没有.h,否则无法引用标准模板库2.使用命名空间即使用下面语句:usingnamespacestd;3.string所创建的对象不能够直接使用里面的字符串如stringstr;coutusingnamespacestd;structRec{charchNum;stringpath;};intmain(intargc,char*argv[]){pri