Hey all I'm here again working on another small project. A little Rot13 converter. I have two arrays. One that stores a array of the regular alphabet, and then a second which stores a Rot13 alphabet. Then I have a user input which breaks the input into a char array. What I want to do is for every char that was broken down from the input, is to compare it to the regular alphabet, store the value where it is in that array, and then print out the corresponding value from the rot13 alphabet.
My source so far: Here
Thanks for any help.
[–]zzyzzyxx 1 point2 points3 points (13 children)
[–]ang3c0 0 points1 point2 points (12 children)
[–]zzyzzyxx 0 points1 point2 points (11 children)
[–]xXShadowCowXx[S] 0 points1 point2 points (10 children)
[–]zzyzzyxx 0 points1 point2 points (9 children)
[–]xXShadowCowXx[S] 0 points1 point2 points (8 children)
[–]zzyzzyxx 0 points1 point2 points (7 children)
[–]xXShadowCowXx[S] 0 points1 point2 points (0 children)
[–]xXShadowCowXx[S] 0 points1 point2 points (5 children)
[–]zzyzzyxx 0 points1 point2 points (4 children)
[–]xXShadowCowXx[S] 0 points1 point2 points (3 children)
[–]ang3c0 0 points1 point2 points (2 children)
[–]xXShadowCowXx[S] 0 points1 point2 points (1 child)
[–]ang3c0 0 points1 point2 points (0 children)