Search:

Type: Posts; User: ccb056

Search: Search took 0.00 seconds.

  1. Replies
    24
    Views
    5,962

    ive limited the scope from varrying string...

    ive limited the scope from varrying string lengths to a static length of 6, the strings consist of numbers and letters, (lowercase only) i want it to output in the form of a txt file a 6 digit...
  2. Replies
    24
    Views
    5,962

    ok, well, it seems to be working now, but i dont...

    ok, well, it seems to be working now, but i dont understand what its doing, i enter in a string and it just stops

    what i want it to do is create strings ranging from at least 1 char to 8 chars,...
  3. Replies
    24
    Views
    5,962

    ok, this is what i have so far: #include...

    ok, this is what i have so far:




    #include <iostream> // or #include <iostream.h>
    #include <fstream> // or #include <fstream.h>
    #include <cstdlib>
    #include <time.h>
  4. Replies
    24
    Views
    5,962

    --------------------Configuration: generator -...

    --------------------Configuration: generator - Win32 Debug--------------------
    Compiling...
    generator.cpp
    C:\Program Files\Microsoft Visual Studio\MyProjects\Generator\generator.cpp(13) : error...
  5. Replies
    24
    Views
    5,962

    when i went to compile it using ms vc++ 6, it...

    when i went to compile it using ms vc++ 6, it gave me 9 errors and 1 warning...
  6. Replies
    24
    Views
    5,962

    thanks for the fast reply, but im sort of a noob...

    thanks for the fast reply, but im sort of a noob to cpp, could you explain that a little
  7. Replies
    24
    Views
    5,962

    c++ string creation and file manipulation

    how would i go about creating a c++ program that generates strings that range from 1 character to 8 characters (all asci) in such a way that all possible combinations are recorded in a simple txt...
Results 1 to 7 of 7