Click here to Skip to main content
15,902,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 17:25
professionalGarth J Lancaster24-Mar-09 17:25 
GeneralRe: Problem calling C++ DLL from Excel Pin
gvanto24-Mar-09 17:35
gvanto24-Mar-09 17:35 
GeneralRe: Problem calling C++ DLL from Excel Pin
gvanto24-Mar-09 17:36
gvanto24-Mar-09 17:36 
GeneralRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 17:43
professionalGarth J Lancaster24-Mar-09 17:43 
QuestionMSVCR90.dll and MFCVC90.dll as part of wiseinstaller installation Pin
Ramchandra.kk24-Mar-09 15:40
Ramchandra.kk24-Mar-09 15:40 
QuestionUsing CViewmemebers , CDocumentmemebers in CWinThread Pin
Piction24-Mar-09 13:06
Piction24-Mar-09 13:06 
AnswerRe: Using CViewmemebers , CDocumentmemebers in CWinThread Pin
led mike25-Mar-09 5:16
led mike25-Mar-09 5:16 
QuestionCombination Algorithm Pin
Michael Hildebrand24-Mar-09 10:50
Michael Hildebrand24-Mar-09 10:50 
Howdy everyone...

Could someone help me? I'm trying to write an algorith tht returns all the possibilities of the letters in a string, that starts at the initial word, then works its way down to all comniations of 2 letters.

To say it another way... if I have "ABCDEF", the function will return "ABCDEF" first (as there is only one of these), then return 6 strings of 5 letters each ("ABCDE", "BCDEF", "ACDEF", "ABCDF", "ABDEF" and "ABCEF"), as only 6 exists, then return 15 strings of 4 letters each, then 20 of 3 each, 15 of 2 each, and stop.

C++ or C# or just an idea of how to accomplished this would be great.

Thank you so much,
Michael

== // ==
BlueCoder

AnswerRe: Combination Algorithm Pin
led mike24-Mar-09 11:23
led mike24-Mar-09 11:23 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:28
Michael Hildebrand24-Mar-09 11:28 
GeneralRe: Combination Algorithm Pin
Rick York24-Mar-09 11:45
mveRick York24-Mar-09 11:45 
GeneralRe: Combination Algorithm Pin
Rick York24-Mar-09 11:30
mveRick York24-Mar-09 11:30 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:38
Michael Hildebrand24-Mar-09 11:38 
GeneralRe: Combination Algorithm Pin
Rick York24-Mar-09 11:42
mveRick York24-Mar-09 11:42 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:46
Michael Hildebrand24-Mar-09 11:46 
GeneralRe: Combination Algorithm Pin
led mike25-Mar-09 5:14
led mike25-Mar-09 5:14 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:31
Michael Hildebrand24-Mar-09 11:31 
GeneralRe: Combination Algorithm Pin
led mike25-Mar-09 5:20
led mike25-Mar-09 5:20 
AnswerRe: Combination Algorithm Pin
bulg24-Mar-09 11:30
bulg24-Mar-09 11:30 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:36
Michael Hildebrand24-Mar-09 11:36 
AnswerRe: Combination Algorithm Pin
Yusuf24-Mar-09 11:38
Yusuf24-Mar-09 11:38 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:41
Michael Hildebrand24-Mar-09 11:41 
AnswerRe: Combination Algorithm Pin
CPallini24-Mar-09 11:47
mveCPallini24-Mar-09 11:47 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:53
Michael Hildebrand24-Mar-09 11:53 
GeneralRe: Combination Algorithm Pin
CPallini24-Mar-09 11:57
mveCPallini24-Mar-09 11:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.