Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help for algorithm Pin
Falconapollo5-May-12 20:29
Falconapollo5-May-12 20:29 
QuestionRe: Help for algorithm Pin
CPallini4-May-12 10:47
mveCPallini4-May-12 10:47 
AnswerRe: Help for algorithm Pin
Falconapollo5-May-12 20:37
Falconapollo5-May-12 20:37 
QuestionRe: Help for algorithm Pin
CPallini6-May-12 22:42
mveCPallini6-May-12 22:42 
AnswerRe: Help for algorithm Pin
Falconapollo8-May-12 19:30
Falconapollo8-May-12 19:30 
AnswerRe: Help for algorithm Pin
Philippe Mori5-May-12 1:55
Philippe Mori5-May-12 1:55 
GeneralRe: Help for algorithm Pin
Falconapollo5-May-12 20:41
Falconapollo5-May-12 20:41 
GeneralRe: Help for algorithm Pin
Philippe Mori6-May-12 2:12
Philippe Mori6-May-12 2:12 
- For each possible target, find immediate source. Add them (each pair) to a result list.
- For each immediate source not equal to the original target, find its own source. Add each pair to the result list.
- Recursively repeat the second step until you don't find any source distinct from the initial target.

You can remove recursivity if you like if you keep track of which pair were processed.

By the way, I assume that none of the source have multiples (immediate) targets.
Philippe Mori

QuestionSOLVED Project cannot be build. Two cpp files configured to produce pch error. Pin
Vaclav_3-May-12 4:45
Vaclav_3-May-12 4:45 
AnswerRe: Project cannot be build. Two cpp files configured to produce pch error. Pin
Richard MacCutchan3-May-12 6:47
mveRichard MacCutchan3-May-12 6:47 
GeneralRe: Project cannot be build. Two cpp files configured to produce pch error. Pin
Vaclav_3-May-12 8:02
Vaclav_3-May-12 8:02 
GeneralRe: Project cannot be build. Two cpp files configured to produce pch error. Pin
Richard MacCutchan3-May-12 8:10
mveRichard MacCutchan3-May-12 8:10 
GeneralRe: Project cannot be build. Two cpp files configured to produce pch error. Pin
Vaclav_3-May-12 8:36
Vaclav_3-May-12 8:36 
GeneralRe: Project cannot be build. Two cpp files configured to produce pch error. Pin
Vaclav_3-May-12 8:58
Vaclav_3-May-12 8:58 
GeneralRe: Project cannot be build. Two cpp files configured to produce pch error. Pin
Richard MacCutchan3-May-12 9:55
mveRichard MacCutchan3-May-12 9:55 
QuestionHow to change the path were files are created Pin
dliviu3-May-12 0:04
dliviu3-May-12 0:04 
AnswerRe: How to change the path were files are created Pin
Richard MacCutchan3-May-12 0:20
mveRichard MacCutchan3-May-12 0:20 
GeneralRe: How to change the path were files are created Pin
dliviu3-May-12 0:29
dliviu3-May-12 0:29 
GeneralRe: How to change the path were files are created Pin
Richard MacCutchan3-May-12 0:38
mveRichard MacCutchan3-May-12 0:38 
GeneralRe: How to change the path were files are created Pin
dliviu3-May-12 0:46
dliviu3-May-12 0:46 
GeneralRe: How to change the path were files are created Pin
Richard MacCutchan3-May-12 0:57
mveRichard MacCutchan3-May-12 0:57 
GeneralRe: How to change the path were files are created Pin
dliviu3-May-12 1:07
dliviu3-May-12 1:07 
GeneralRe: How to change the path were files are created Pin
Richard MacCutchan3-May-12 1:30
mveRichard MacCutchan3-May-12 1:30 
GeneralRe: How to change the path were files are created Pin
David Crow6-May-12 15:24
David Crow6-May-12 15:24 
GeneralRe: How to change the path were files are created Pin
Vaclav_3-May-12 9:20
Vaclav_3-May-12 9: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.