I have been pondering how to create an array of strings:
first I create a string--
char my_string_item[1000];
then I must create an array of type my_string_item
How do I do this? I keep erroring.
P.S. I would like 1000 strings in my array so
my_string_item my_string_array[1000] ????
[sig][/sig]
first I create a string--
char my_string_item[1000];
then I must create an array of type my_string_item
How do I do this? I keep erroring.
P.S. I would like 1000 strings in my array so
my_string_item my_string_array[1000] ????
[sig][/sig]