08.09.2012, 04:31
Replace new string128 with new string[128]; and replace string128 on those two lines with just string.
By the way, just my two cents, I suggest not using a string size of 128 for something so small.
By the way, just my two cents, I suggest not using a string size of 128 for something so small.