--- In [email protected], Asad Abbas <cyberstuden...@...> wrote: > > if (input[i]=='\x20' || i==0) // x20 is hex equavalent of space key
Why use hex? Why not use a space character?
--- In [email protected], Asad Abbas <cyberstuden...@...> wrote: > > if (input[i]=='\x20' || i==0) // x20 is hex equavalent of space key
Why use hex? Why not use a space character?