网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  技术问答  >  求解决Error C2039 'CLASS': is not a member of 'STUINFO'

求解决Error C2039 'CLASS': is not a member of 'STUINFO'

分类: 技术问答 • 2022-03-03 19:02:52

求解决Error	C2039	'CLASS': is not a member of 'STUINFO'

问题描述:

struct STUINFO

{
// 学号、名字、班级
char NUM[10], NAME[10], ClASS[10];
// 三门成绩
int CHINESE, MATH, ENGLISH,AVERAGE;
};

答

拼写错误:

CLASS

ClASS

两者不一样。

答

查了很多很多遍都没发觉~ 多谢咯图片说明图片说明

相关推荐

  • vc编译出错:error C2248: 'x' : cannot access private member declared in class 'Point'解决方法
  • error C2248 cannot access private member declared in class解决思路
  • error C2039: 'SetLimitText' : is not a member of 'CWnd'有关问题怎么解决?
  • error C2039: 'IDD' : is not a member of 'CMonteCarlo1View'解决方法
  • error C2039: 'computePay' : is not a member of 'CEmployee'解决思路
  • 获取编辑框数据报错 error C2039: 'GetDlgItemTextA' : is not a member of 'CStrin,该怎么解决
  • error C2039: 'SetLimitText' : is not a member of 'CWnd'有关问题怎么解决?
  • error C2039: 'CSize' : is not a member of 'WTL'解决方法
  • error C2039: 'OnOk' : is not a member of 'CDialog'解决思路
  • error C2039: 'bad_cast' : is not a member of 'std',该怎么解决
  • 'typedef ' : ignored on left of 'class CStringList' when no variable is declared
  • 请问我这是哪里错了?
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号