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

C / C++ / MFC

 
QuestionRe: Check Box problem Pin
led mike18-Nov-08 5:50
led mike18-Nov-08 5:50 
AnswerRe: Check Box problem Pin
Laan8218-Nov-08 6:38
Laan8218-Nov-08 6:38 
GeneralRe: Check Box problem Pin
Laan8218-Nov-08 7:01
Laan8218-Nov-08 7:01 
QuestionMerging of Two HTML files Pin
krishnakumartm18-Nov-08 3:03
krishnakumartm18-Nov-08 3:03 
QuestionRe: Merging of Two HTML files Pin
David Crow18-Nov-08 3:26
David Crow18-Nov-08 3:26 
AnswerRe: Merging of Two HTML files Pin
toxcct18-Nov-08 3:27
toxcct18-Nov-08 3:27 
GeneralRe: Merging of Two HTML files Pin
David Crow18-Nov-08 3:29
David Crow18-Nov-08 3:29 
AnswerRe: Merging of Two HTML files Pin
toxcct18-Nov-08 3:26
toxcct18-Nov-08 3:26 
all depends what you mean by "merging"...

if you want a basic "text-files-merge", you should be able to find some sources on the web (WinMerge is a perfect open source project of that kind).

but if you want to merge tag-by-tag, you probably need to use an XML Parser to explode the DOM, and them iterate through it comparing both tags trees...


General[Message Deleted] [modified] Pin
krishnakumartm18-Nov-08 6:24
krishnakumartm18-Nov-08 6:24 
GeneralRe: Merging of Two HTML files Pin
toxcct18-Nov-08 6:30
toxcct18-Nov-08 6:30 
AnswerRe: Merging of Two HTML files Pin
led mike18-Nov-08 4:28
led mike18-Nov-08 4:28 
QuestionHelp with C++ Pin
Allan Romanato18-Nov-08 2:48
Allan Romanato18-Nov-08 2:48 
QuestionRe: Help with C++ Pin
CPallini18-Nov-08 3:07
mveCPallini18-Nov-08 3:07 
AnswerRe: Help with C++ Pin
Roger Stoltz18-Nov-08 3:18
Roger Stoltz18-Nov-08 3:18 
GeneralRe: Help with C++ Pin
Hamid_RT18-Nov-08 4:51
Hamid_RT18-Nov-08 4:51 
AnswerRe: Help with C++ Pin
Iain Clarke, Warrior Programmer18-Nov-08 3:26
Iain Clarke, Warrior Programmer18-Nov-08 3:26 
AnswerRe: Help with C++ Pin
David Crow18-Nov-08 3:34
David Crow18-Nov-08 3:34 
AnswerRe: Help with C++ Pin
Hamid_RT18-Nov-08 4:44
Hamid_RT18-Nov-08 4:44 
AnswerRe: Help with C++ Pin
krishnakumartm18-Nov-08 6:14
krishnakumartm18-Nov-08 6:14 
AnswerRe: Help with C++ Pin
Jijo.Raj18-Nov-08 6:33
Jijo.Raj18-Nov-08 6:33 
GeneralRe: Help with C++ Pin
David Crow18-Nov-08 7:52
David Crow18-Nov-08 7:52 
Questiondifference between char* and char** in C++ Pin
kDevloper18-Nov-08 1:34
kDevloper18-Nov-08 1:34 
AnswerRe: difference between char* and char** in C++ Pin
_AnsHUMAN_ 18-Nov-08 1:46
_AnsHUMAN_ 18-Nov-08 1:46 
AnswerRe: difference between char* and char** in C++ Pin
toxcct18-Nov-08 1:48
toxcct18-Nov-08 1:48 
QuestionHow to detect if F1 is pressed in an MFC application ? Pin
kapardhi18-Nov-08 1:06
kapardhi18-Nov-08 1:06 

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.