Aeäae here ä is a latin char create string

Discussion in 'C++' started by manishtiwari, Apr 13, 2013.

  1. manishtiwari

    manishtiwari New Member

    Joined:
    Apr 13, 2013
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi All,
    I am just a new user in this forum and need a help.

    I have a name e.g Aeäae here ä is a latin special character where ä is equal to ae or Ae or Ä.
    Now I have to generate all permutation and combination of given name(Aeäae) for example
    Aeäae
    AeÄae
    AeAeae
    Aeaeae
    ääae
    Ääae and so on.

    basically combination would be 64 its because of 4³(here 4 is replacement character and 3 is length of name() ).
    Please help me how to right a program in C++/VC++/MFC to generate all this 64 combinations.

    please help :nonod::nonod::nonod:
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice