Search:

Type: Posts; User: sp11k3t3ht3rd

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Replacing letters in a string NOT WORKING.

    Never mind, I'm just going to keep it as it is. That way if anyone got a hold of the code they'd get tripped up a bit. :D
  2. [SOLVED] Re: Replacing letters in a string NOT WORKING.

    So use a loop with a position variable that increments each time it goes through all the characters? Suggestion on loop type?
  3. [SOLVED] Re: Replacing letters in a string NOT WORKING.

    Wow... :o I can't believe I didn't see that. Any suggestions on different values I could use or should I just make the capital letters the same as the lowercase letters?
  4. [SOLVED] Re: Replacing letters in a string NOT WORKING.

    This is all of my code. The weird thing is that I also am making the same program in C++. It uses the same changes (in both programs a gets changes to P1) but they both do it wrong, but in the same...
  5. [SOLVED] Replacing letters in a string NOT WORKING.

    I'm changing my encryption program so that instead of numbers it uses a combination like D5 or A9. This will make it easier for the decryption part of the program. It's not working properly though....
Results 1 to 5 of 5