Search:

Type: Posts; User: ;TT; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    13,695

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main() {

    char pw[6];

    int MAXVAL = 126;
    int MINVAL = 33;
  2. Replies
    14
    Views
    13,695

    Mmmhmmm.. I'm leaning towards what gothic said,...

    Mmmhmmm.. I'm leaning towards what gothic said, you have to give a specifc range from which a character can be chosen using the ASCII table... from there you can have it create a list of every...
  3. Replies
    14
    Views
    13,695

    I'm bored right now so I'll take a quick stab at...

    I'm bored right now so I'll take a quick stab at it, can you write down EXACTLY what characters?
  4. Replies
    14
    Views
    13,695

    You want to print out every possible combination...

    You want to print out every possible combination of an 8 char password using which characters exactly?

    Thanks,
    jag
Results 1 to 4 of 4