G
Guest
Hello All,
I was wondering if there is an easy way to increment a char[].
eg. char[] c = {z,x} would increment to {z,y}, {z,z}, {0,0,0}, {0,0,1} and
so on.
Is this easy or should I be using another type to do this instead of a char[]?
Thanks in advance for your help.
I was wondering if there is an easy way to increment a char[].
eg. char[] c = {z,x} would increment to {z,y}, {z,z}, {0,0,0}, {0,0,1} and
so on.
Is this easy or should I be using another type to do this instead of a char[]?
Thanks in advance for your help.