what i need to do is to store data to 2 demention array

回答: C++ getline() problem for helpayan05222006-07-13 10:08:32

store the data like
array[0][0]=1;
array[0][1]=2;
arrray[0][2]=3;


by the way thank you for your help

所有跟帖: 

回复:so change it... how? -ayan0522- 给 ayan0522 发送悄悄话 (0 bytes) () 07/13/2006 postreply 11:15:02

thank you it works now -ayan0522- 给 ayan0522 发送悄悄话 (0 bytes) () 07/13/2006 postreply 11:36:46

can i just send my program to you so you can fix for me -ayan0522- 给 ayan0522 发送悄悄话 (71 bytes) () 07/13/2006 postreply 12:09:13

请您先登陆,再发跟帖!