Hello,
Is there any limitation for the length of array variables in C++?
Can I specify the length as wanted or is there any limitation for the array length? What should be the array length, if the length is not known.
wchar_t commandString[10000];
Cheers