新微赢技术网

标题: 简单的c++输入输出问题。 [打印本页]

作者: 緣妢_兲紸龍    时间: 2009-11-6 01:41
标题: 简单的c++输入输出问题。
我想用c++来定义两个数组存放输入的名字和颜色,然后再输出。编程如下:


#include<iostream.h>
main()
{
    char a[10],b[10];
    cout<<"what's your name?";
cin>>a[10];
cout<<"what's your favorite color?";
cin>>b[10];
cout<<"my name is "<<a[10]<<" "<<"my favorite color is "<<b[10]<<endl;

}

当输入单个字符是正确。如输入:a 回车 b 回车
输出:my name is a    my favorite color is b

但是输入多个字符时就出错了,请问这程序错在哪里,怎样简单的改动就正确了。  谢谢~~~      (我是初学者)




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2