为了账号安全,请及时绑定邮箱和手机立即绑定

新人求助!c++里用什么读取回车符?

新人求助!c++里用什么读取回车符?

C++
蒙麵女俠 2016-09-04 10:19:08
#include<iostream.h>struct student{ char name[2]; int score[4]; int average;};void main(){ student stu; int sum=0; int i; cout<<"Enter the name:"; cin>>stu.name; cout<<"Enter the scores:"; for(i=0;i<4;i++){  cin>>stu.score[i]; }输完名字后按回车键程序直接结束,无法输入分数,是因为回车符号的影响吗?
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 2117 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信