Search:

Type: Posts; User: Praetorian

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: How To Compare String input to char Array....

    To the moderator on-duty, or anyone who knows:
    I have what I call my general Neandarcode written for this program and would like to have it critiqued. Where would you advise I post it, before I...
  2. [SOLVED] Re: How To Compare String input to char Array....

    No, no. No need to apologize. You were quite clear. I just don't have my best "listening ears" on right now.
  3. [SOLVED] Re: How To Compare String input to char Array....

    Ahhh, ok. I see. And I see how that can be useful.

    Let me ask you something else Norm, if you don't mind: I have what I call my general Neandarcode written for this program and would like to...
  4. [SOLVED] Re: How To Compare String input to char Array....

    Actually, to be honest, although I'm sure this works else you wouldn't have said so, I don't quite understand it...

    alphabet[1] = alphabet[0] + 1;

    Or perhaps I don't understand what this...
  5. [SOLVED] Re: How To Compare String input to char Array....

    GregBrannon, yes, thank you. I definitely needed to know that. I knew there had to be a more efficient way to build those arrays. I knew enough to know that I should be embarrassed by having keyed...
  6. [SOLVED] Re: How To Compare String input to char Array....

    Looking those up now. Thanks Norm.
  7. [SOLVED] Re: How To Compare String input to char Array....

    Well, that's pretty much what it is, an Atbash cipher. I can compare the two arrays, one being the standard alphabet, and the other being the cipher using the following code:


    public class...
  8. [SOLVED] How To Compare String input to char Array....

    Good evening everybody. I hope you all are well. SoS on my end.

    Anyway, at the moment I'm sort of stuck on a "how will I do that" hump and I'm hoping someone won't mind pushing me over. What...
Results 1 to 8 of 8