markwalker84
July 10th, 2006, 11:39 AM
Hi there!
I'm sure this is VERY simple but could someone please point me in the right direction (or tell me?? hehe) how to take the text entered in a text box and then save it for use in the programme at a later date. ie as a member of a char / string array.
I want to take what is written in a text box and add it to the next location in something like;
std::string tractor_name[];
or
char tractor_name[][30];
All help is greatly appreciated!
Mark
P.S. there is a bit more detail at this link : http://www.codeguru.com/forum/showthread.php?t=393393&page=1&pp=15
It seems i posted in the wrong place to begin with! oops!
I'm sure this is VERY simple but could someone please point me in the right direction (or tell me?? hehe) how to take the text entered in a text box and then save it for use in the programme at a later date. ie as a member of a char / string array.
I want to take what is written in a text box and add it to the next location in something like;
std::string tractor_name[];
or
char tractor_name[][30];
All help is greatly appreciated!
Mark
P.S. there is a bit more detail at this link : http://www.codeguru.com/forum/showthread.php?t=393393&page=1&pp=15
It seems i posted in the wrong place to begin with! oops!