ASCII Codes and the Caesar Cipher

Sdílet
Vložit
  • čas přidán 26. 07. 2024

Komentáře • 5

  • @shizyninjarocks
    @shizyninjarocks Před 8 lety +1

    Thanks Dave, I figured it out for myself by 2:26. Very helpful!

  • @skankhunt-zh1mo
    @skankhunt-zh1mo Před měsícem +1

    you literally never covered the wrap around

  • @daphneprocz
    @daphneprocz Před 8 lety +3

    How do you recommend the wraparound be approached? You gave a code format for the shift without it; it would help a great deal to see how you would implement this.

  • @mrlogic1017
    @mrlogic1017 Před 8 lety +1

    I'm trying to do the same thing in C# but I can't find any easy to follow tutorials. Would you be able to tell which conversion functions I would have to use in C#?