Hello and thank You in advance,
I have been struggling quite a bit with this so any help is greatly appreciated.
I need to add 3 global variables with an unknown amount of elements to a program.
As far as I know and as far as I can find in my book the way to declare an unknown amount of elements is to leave the brackets blank
ie..
char retail[];
but, I get an error stating that the storage size isn't known...
how do I leave the array up to the user to define with input ?
Colin