30.12.2014, 15:11
If player write a space and then text? " hello"
if(inputtext[0] == EOS) //some code here
This mean that this check is == EOS or != EOS?
if(inputtext[0] == EOS) //some code here
This mean that this check is == EOS or != EOS?
