Search:

Type: Posts; User: DocFerret

Search: Search took 0.01 seconds.

  1. Cool thanks :) I'll give that a whirl. And...

    Cool thanks :) I'll give that a whirl.

    And CornedBee I do appriciate you trying to teach me propper code ettiquette and I will look into those strings, it's just that the book I started out...
  2. So I'd just do for example: int...

    So I'd just do for example:


    int stringlength = strlen(plaintext2[]);

    To get the length of the plaintext2[] string?

    And
  3. I have no idea what C99 even is to be honest so I...

    I have no idea what C99 even is to be honest so I just used it and it worked so it's fine by me. Of course I realize it might not be fine in the long run, but to be honest at my current skill level I...
  4. A noob with a question about a transposition cipher

    So I was talking with a friend online the other day the the subject of transposition ciphers came up and I ended up whipping this together:





    #ifdef HAVE_CONFIG_H
    #include <config.h>
    #endif
Results 1 to 4 of 4