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

C / C++ / MFC

 
QuestionCLabelControl problem Pin
manju 319-Mar-12 1:55
manju 319-Mar-12 1:55 
AnswerRe: CLabelControl problem Pin
krmed19-Mar-12 2:27
krmed19-Mar-12 2:27 
Questionhelp me about A* algorithm Pin
Member 874065018-Mar-12 21:18
Member 874065018-Mar-12 21:18 
AnswerRe: help me about A* algorithm Pin
«_Superman_»18-Mar-12 21:48
professional«_Superman_»18-Mar-12 21:48 
QuestionRead the text file from another PC(server PC) Pin
D.Manivelan18-Mar-12 20:44
D.Manivelan18-Mar-12 20:44 
AnswerRe: Read the text file from another PC(server PC) Pin
Richard MacCutchan18-Mar-12 22:40
mveRichard MacCutchan18-Mar-12 22:40 
QuestionHow to extract plain text from html file? Pin
Le@rner18-Mar-12 20:31
Le@rner18-Mar-12 20:31 
AnswerRe: How to extract plain text from html file? Pin
Jochen Arndt18-Mar-12 22:35
professionalJochen Arndt18-Mar-12 22:35 
A very simple parser would:

  • Get the used character set from the header
  • Locate the next < char, locate the next > char behind, and delete all in between.
  • Replace the HTML entities &amp;, &lt;, &gt;, and &quot; by the corresponding chars &, < >, and ".
  • Optional replace other entities by the corresponding characters according to the used character set.
  • Optional replace Unicode code points (&#[x]cp;) by the corresponding characters according to the used character set.
  • Optional convert the resulting text to the required output character set

Questionmigration from c++ 6 to Visual stutio professional 2010 Pin
mrby12318-Mar-12 18:53
mrby12318-Mar-12 18:53 
AnswerRe: migration from c++ 6 to Visual stutio professional 2010 Pin
Chandrasekharan P18-Mar-12 19:17
Chandrasekharan P18-Mar-12 19:17 
GeneralRe: migration from c++ 6 to Visual stutio professional 2010 Pin
mrby12318-Mar-12 19:46
mrby12318-Mar-12 19:46 
GeneralRe: migration from c++ 6 to Visual stutio professional 2010 Pin
Chandrasekharan P18-Mar-12 20:07
Chandrasekharan P18-Mar-12 20:07 
AnswerRe: migration from c++ 6 to Visual stutio professional 2010 Pin
Richard MacCutchan18-Mar-12 22:36
mveRichard MacCutchan18-Mar-12 22:36 
AnswerRe: migration from c++ 6 to Visual stutio professional 2010 Pin
Albert Holguin19-Mar-12 4:25
professionalAlbert Holguin19-Mar-12 4:25 
AnswerRe: migration from c++ 6 to Visual stutio professional 2010 Pin
MagicBishop19-Mar-12 8:24
professionalMagicBishop19-Mar-12 8:24 
GeneralRe: migration from c++ 6 to Visual stutio professional 2010 Pin
mrby12319-Mar-12 8:26
mrby12319-Mar-12 8:26 
GeneralRe: migration from c++ 6 to Visual stutio professional 2010 Pin
mrby12319-Mar-12 15:47
mrby12319-Mar-12 15:47 
AnswerRe: migration from c++ 6 to Visual stutio professional 2010 Pin
Albert Holguin19-Mar-12 16:18
professionalAlbert Holguin19-Mar-12 16:18 
GeneralRe: migration from c++ 6 to Visual stutio professional 2010 Pin
mrby12319-Mar-12 16:26
mrby12319-Mar-12 16:26 
QuestionFunction Overloading Pin
Amrit Agr18-Mar-12 5:46
Amrit Agr18-Mar-12 5:46 
AnswerRe: Function Overloading Pin
jschell18-Mar-12 7:19
jschell18-Mar-12 7:19 
AnswerRe: Function Overloading Pin
smags1319-Mar-12 9:25
smags1319-Mar-12 9:25 
QuestionProblem with drawing using GDI functions... Pin
Rozis18-Mar-12 0:52
Rozis18-Mar-12 0:52 
AnswerRe: Problem with drawing using GDI functions... Pin
Albert Holguin18-Mar-12 17:09
professionalAlbert Holguin18-Mar-12 17:09 
QuestionSecure erase command implementation Pin
K4HVDs18-Mar-12 0:19
K4HVDs18-Mar-12 0:19 

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.