cgarza
10-02-2011, 07:21 PM
I am trying to read a character from keyboard and place into array.
char* asciiArray[ARRAY_SIZE];
this is my declaration
I tried standard cin and cin.get but it does not seem to work. What is best way to read and store in array. Or am i missing a library up top with iostream and cstring.
Can somebody help? Thank you
char* asciiArray[ARRAY_SIZE];
this is my declaration
I tried standard cin and cin.get but it does not seem to work. What is best way to read and store in array. Or am i missing a library up top with iostream and cstring.
Can somebody help? Thank you