Click here to Skip to main content
15,890,947 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: NEED HELP ASAP!!!!!!! I ALREADY DID THE PROGRAM IN MAIN I JUST NEED HELP TO SEPERATE IN .CPP, .H AND MAIN Pin
Akandel18-Apr-14 8:43
Akandel18-Apr-14 8:43 
GeneralRe: NEED HELP ASAP!!!!!!! I ALREADY DID THE PROGRAM IN MAIN I JUST NEED HELP TO SEPERATE IN .CPP, .H AND MAIN Pin
Richard MacCutchan18-Apr-14 8:51
mveRichard MacCutchan18-Apr-14 8:51 
QuestionNEED HELP ASAP!!!!!!! I ALREADY DID THE PROGRAM IN MAIN I JUST NEED HELP TO SEPERATE IN .CPP, .H AND MAIN Pin
Akandel17-Apr-14 17:28
Akandel17-Apr-14 17:28 
QuestionBuilding with Warning level 4 Pin
John Schroedl17-Apr-14 7:31
professionalJohn Schroedl17-Apr-14 7:31 
AnswerRe: Building with Warning level 4 Pin
John Schroedl18-Apr-14 6:22
professionalJohn Schroedl18-Apr-14 6:22 
Questionaccess functions in a DLL created in C # for borland c + + builder Pin
Willian Mathias9-Apr-14 8:03
Willian Mathias9-Apr-14 8:03 
AnswerRe: access functions in a DLL created in C # for borland c + + builder Pin
Richard Andrew x6417-Apr-14 8:59
professionalRichard Andrew x6417-Apr-14 8:59 
Questionretrieve words in a HTML page Pin
neterfari1-Apr-14 23:42
neterfari1-Apr-14 23:42 
Hello ,
I have a problem.
I have a HTML page like this:

HTML
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <link rel="stylesheet" href="/repertoire1/css/defaulthtml/reset.css" type="text/css" />
      <link xmlns="" rel="stylesheet" href="/repertoire1/css/defaulthtml/default_theme.css"
            type="text/css"></link><script type="text/javascript">

	<title> Test HTML</title>
  </head>
<body>
         <div id="alert"></div>
         <div class="data">
            <div class="line-item">word1 word2 word3 word 4 word5  <br /> word7 word8 word9
             </div>
         </div>
<div class="footer"><a href="#" id="2" class="button enabled">Arreter</a><a href="#" id="3" class="button enabled">Annuler</a></div>
<script type="text/javascript" src="/repertoire1/test/.js"></script>
<script type="text/javascript">
            $(document).ready(function () {
                init();
            });
        </script></body>
</html>


I record this page in xml or txt file. I walk through the xml file and I have only recovered one by one word while cleaning the html tag like this one:

word1
word2
word3 ...

The question is : how to retrieve the words one by one, please
Thank you in advance.
SuggestionRe: retrieve words in a HTML page Pin
Richard MacCutchan2-Apr-14 0:22
mveRichard MacCutchan2-Apr-14 0:22 
GeneralRe: retrieve words in a HTML page Pin
neterfari2-Apr-14 2:45
neterfari2-Apr-14 2:45 
GeneralRe: retrieve words in a HTML page Pin
Richard MacCutchan2-Apr-14 3:02
mveRichard MacCutchan2-Apr-14 3:02 
GeneralRe: retrieve words in a HTML page Pin
neterfari2-Apr-14 3:26
neterfari2-Apr-14 3:26 
QuestionMultimedia Timer Problem in MFC VS2010 Pin
lephanhung30-Mar-14 18:44
lephanhung30-Mar-14 18:44 
AnswerRe: Multimedia Timer Problem in MFC VS2010 Pin
Richard MacCutchan30-Mar-14 21:52
mveRichard MacCutchan30-Mar-14 21:52 
GeneralRe: Multimedia Timer Problem in MFC VS2010 Pin
lephanhung31-Mar-14 2:11
lephanhung31-Mar-14 2:11 
GeneralRe: Multimedia Timer Problem in MFC VS2010 Pin
lephanhung31-Mar-14 19:24
lephanhung31-Mar-14 19:24 
QuestionCompiler Bug in C++/CLI vs Native C++ Pin
John Schroedl28-Mar-14 1:51
professionalJohn Schroedl28-Mar-14 1:51 
QuestionRun exe resource from memory. Pin
Member 1055963526-Mar-14 1:23
Member 1055963526-Mar-14 1:23 
AnswerRe: Run exe resource from memory. Pin
Richard Andrew x6426-Mar-14 5:41
professionalRichard Andrew x6426-Mar-14 5:41 
Newscursor problem Pin
neterfari26-Mar-14 1:10
neterfari26-Mar-14 1:10 
GeneralRe: cursor problem Pin
Richard MacCutchan26-Mar-14 1:38
mveRichard MacCutchan26-Mar-14 1:38 
GeneralRe: cursor problem Pin
neterfari26-Mar-14 3:17
neterfari26-Mar-14 3:17 
GeneralRe: cursor problem Pin
neterfari26-Mar-14 3:19
neterfari26-Mar-14 3:19 
GeneralRe: cursor problem Pin
John Schroedl26-Mar-14 5:06
professionalJohn Schroedl26-Mar-14 5:06 
GeneralRe: cursor problem Pin
Richard MacCutchan26-Mar-14 5:35
mveRichard MacCutchan26-Mar-14 5:35 

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.