#include <誉衡余string>
using namespace std
int main()
{
string str[128]
string tmp
int y=0,x=0
while(1)
{
cout<<"now,input a word:"
getline(cin,tmp)
//getchar()
for(int i=0i<128i++)
{
if(str[i]==tmp)
{
cout<<"find the some word:"<<tmp<<endl
cout<<"break out from while"<<endl
y=1
break
}
else y=0
}
if(y==1)break
cout<<"no find the some,continue\庆滚n"
str[x]=tmp
x++
}
system("pause")
return 0
}
假设数组伏袜名为tp取第一个:tp[0].QuestionTypeName
取下面的数组:
tp[0].ti[0].QuestionContent
tp[0].ti[0].QuestionId
tp[0].ti[0].QuestionTypeId
tp[0].ti[0].xuanxiang[0].QuestionSelectId
tp[0].ti[0].xuanxiang[0].QuestionSelectContent
tp[0].ti[0].xuanxiang[0].IsAnswer
你将数尺厅陆组下标替换为循环索引即可陵顷。
如:for(var i = 0,j=tp.lengthi <ji++){
tp[i].QuestionTypeName
...........
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)