VC 中使用 vector<struct Empoyee> Var定义 struct Employee
出现错误:
C2926: types with no linkage cannot be used to be arguments
错误原因是:定义 struct Employee时 必须 在 main()函数 之外。