22.07.2016, 17:40
Show me the part where you declared the array "sEnterID". Probably it seems you haven't declared the array properly.
You need to declare array using this syntax:
You need to declare array using this syntax:
Код:
new array_name[SIZE];