Search:

Type: Posts; User: AndiPersti

Search: Search took 0.01 seconds.

  1. If you don't tell us the general rules (which...

    If you don't tell us the general rules (which characters should be incremented by which amounts), we can only guess.

    How about using a translation table/array, where you store for each character...
  2. I'm pretty sure that I don't understand your...

    I'm pretty sure that I don't understand your problem but if you want to reserve the first nine characters of the array you could do something like:


    #include <stdio.h>
    #include <string.h>
    ...
Results 1 to 2 of 2