Click here to Skip to main content
15,909,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: File Transfer Complete Pin
Ryan Binns7-Feb-06 17:35
Ryan Binns7-Feb-06 17:35 
AnswerRe: File Transfer Complete Pin
normanS7-Feb-06 18:51
normanS7-Feb-06 18:51 
Questionneed help in program Pin
taurus7777-Feb-06 6:18
taurus7777-Feb-06 6:18 
AnswerRe: need help in program Pin
David Crow7-Feb-06 6:32
David Crow7-Feb-06 6:32 
GeneralRe: need help in program Pin
taurus7777-Feb-06 7:01
taurus7777-Feb-06 7:01 
GeneralRe: need help in program Pin
Maximilien7-Feb-06 7:41
Maximilien7-Feb-06 7:41 
GeneralRe: need help in program Pin
taurus7777-Feb-06 8:19
taurus7777-Feb-06 8:19 
GeneralRe: need help in program Pin
David Crow7-Feb-06 8:25
David Crow7-Feb-06 8:25 
You're still not making any sense. What is the correlation between the two inputs and the final output? Do the two inputs always get appended to the front of the output? What would "c n" yield?

kamal_aluri wrote:
...the program should generate each and every combination of the input.


Which looks like what? For your "a b" example, the six outputs are:

a b c d e
a b c e d
a b d c e
a b d e c
a b e c d
a b e d c


"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli


GeneralRe: need help in program Pin
Maximilien7-Feb-06 9:39
Maximilien7-Feb-06 9:39 
GeneralRe: need help in program Pin
taurus7777-Feb-06 10:23
taurus7777-Feb-06 10:23 
GeneralRe: need help in program Pin
Nitron7-Feb-06 10:41
Nitron7-Feb-06 10:41 
GeneralRe: need help in program Pin
Wim Engberts7-Feb-06 22:22
Wim Engberts7-Feb-06 22:22 
GeneralRe: need help in program Pin
beko7-Feb-06 23:54
beko7-Feb-06 23:54 
GeneralRe: need help in program Pin
taurus7778-Feb-06 5:13
taurus7778-Feb-06 5:13 
QuestionListBox Pin
Mike Winter7-Feb-06 5:42
Mike Winter7-Feb-06 5:42 
AnswerRe: ListBox Pin
Blake Miller7-Feb-06 6:06
Blake Miller7-Feb-06 6:06 
GeneralRe: ListBox Pin
Mike Winter7-Feb-06 6:20
Mike Winter7-Feb-06 6:20 
Questiontemplates Pin
Russell'7-Feb-06 4:37
Russell'7-Feb-06 4:37 
AnswerRe: templates Pin
toxcct7-Feb-06 4:49
toxcct7-Feb-06 4:49 
GeneralRe: templates Pin
Russell'7-Feb-06 4:57
Russell'7-Feb-06 4:57 
GeneralRe: templates Pin
toxcct7-Feb-06 5:03
toxcct7-Feb-06 5:03 
GeneralRe: templates Pin
Russell'7-Feb-06 5:24
Russell'7-Feb-06 5:24 
GeneralRe: templates Pin
toxcct7-Feb-06 5:27
toxcct7-Feb-06 5:27 
AnswerRe: templates Pin
BadKarma7-Feb-06 4:56
BadKarma7-Feb-06 4:56 
GeneralRe: templates Pin
Russell'7-Feb-06 5:20
Russell'7-Feb-06 5:20 

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.