17.06.2017, 12:09
(
Last edited by Banditul18; 17/06/2017 at 12:48 PM.
)
Every "slot" of string can contain only a single character
if(string[0] == '/' && string[1] == '/')
//Do something
if(string[0] == '/' && string[1] == '/')
//Do something