Search:

Type: Posts; User: N00b1E

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    10,296

    thanks for taking your time to help, sorry for...

    thanks for taking your time to help, sorry for having disturb, i will restart from scratch for this program
  2. Replies
    8
    Views
    10,296

    #include #include #include...

    #include <stdio.h>#include <stdlib.h>
    #include <string.h>


    void crypter();
    void decrypter();


    int main()
    {
  3. Replies
    8
    Views
    10,296

    Let say i input aaaa bbbb cccc with a cle = 1,...

    Let say i input aaaa bbbb cccc with a cle = 1, the output should be bbbb cccc dddd, it move each letter by one place as the cle(key) is 1.
  4. Replies
    8
    Views
    10,296

    Thanks for the help i did correct this part. The...

    Thanks for the help i did correct this part. The error i'm getting now is, when I decrypt it, I get special characters instead of letters.
  5. Replies
    8
    Views
    10,296

    Stuck on trying to code Ceasar Cipher

    Hi all!
    I'm trying to do ceasar cipher from a python code. My problem is, I don't know why my C code doesn't work and I need proper guidance. Below is the code for C, the loops work but the if...
Results 1 to 5 of 5