User: MrAnts

  • Public profile

User profile: MrAnts

User info
User name:MrAnts
History
Joined:
Number of posts:5
Latest posts:

How to check if array[0] is ""
Is there any other way to code it by using an array?

How to check if array[0] is ""
Hi I am coding a terminator for my cmd.exe, if the userinput is "" or "\n" which means the user pres...

Understanding of String.at() - '0';
OMG thank you so much now I understand why we need to - '0' because 'zero' in ascii value is 48 ther...

Understanding of String.at() - '0';
thanks for the information now I understand that the position of the string which contain the value ...

Understanding of String.at() - '0';
Hi can anyone help me with this code? int day; [code] day = (((int)UserInput.at(0) - '0') *10) ...

This user does not accept Private Messages