Click here to Skip to main content
15,886,693 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Menu Expansion Pin
PJ Arends4-Oct-09 12:23
professionalPJ Arends4-Oct-09 12:23 
AnswerRe: MFC Menu Expansion Pin
Jeff Archer9-Oct-09 12:45
Jeff Archer9-Oct-09 12:45 
QuestionNew, need to start with GUI's Pin
mtthw2-Oct-09 15:31
mtthw2-Oct-09 15:31 
AnswerRe: New, need to start with GUI's Pin
Richard MacCutchan2-Oct-09 23:23
mveRichard MacCutchan2-Oct-09 23:23 
GeneralRe: New, need to start with GUI's Pin
mtthw3-Oct-09 8:57
mtthw3-Oct-09 8:57 
QuestionObject over another object. Pin
Nikz22-Oct-09 15:23
Nikz22-Oct-09 15:23 
AnswerRe: Object over another object. Pin
Nikz23-Oct-09 9:53
Nikz23-Oct-09 9:53 
QuestionHow to extract variables from between html tags? Pin
purpleturple2-Oct-09 11:04
purpleturple2-Oct-09 11:04 
Suppose something like this:

[code]
<span class="gugugug">1</span>

<span class="krakaka">enchanted</span><span class="gagaga">chocolate bar</span>

<span class="gugugug">2</span>

<span class="krakaka">very remarkable</span><span class="gagaga">flavored cookies</span>

<span class="gugugug">3</span>

<span class="krakaka">fascinating</span><span class="gagaga">strawberries</span>

(...)

<span class="gugugug">254</span>

<span class="krakaka">amazing</span><span class="gagaga">pineapples</span>

(...)
[/code]

And it goes on.

I need to extract the numbers and words between the <span> and </span> tags ("1", "enchanted", "chocolate bar", "2", "very remarkable", and so on) and put it in a bidimensional array. But what piece of code do I need in order to extract from between the tags?

I'm imagining it's something easy, but I'm completely new, whereas you guys are extremely good, so please help. Smile | :)
AnswerRe: How to extract variables from between html tags? Pin
Jeff Archer2-Oct-09 15:59
Jeff Archer2-Oct-09 15:59 
GeneralRe: How to extract variables from between html tags? Pin
Bhushan19802-Oct-09 17:45
Bhushan19802-Oct-09 17:45 
GeneralRe: How to extract variables from between html tags? Pin
Jeff Archer3-Oct-09 3:17
Jeff Archer3-Oct-09 3:17 
GeneralRe: How to extract variables from between html tags? Pin
PJ Arends3-Oct-09 7:33
professionalPJ Arends3-Oct-09 7:33 
Questiontimer, slideshow time interval Pin
mohammad shankayi2-Oct-09 8:31
mohammad shankayi2-Oct-09 8:31 
AnswerRe: timer, slideshow time interval Pin
David Crow2-Oct-09 8:38
David Crow2-Oct-09 8:38 
GeneralRe: timer, slideshow time interval Pin
mohammad shankayi2-Oct-09 8:43
mohammad shankayi2-Oct-09 8:43 
GeneralRe: timer, slideshow time interval Pin
David Crow2-Oct-09 8:47
David Crow2-Oct-09 8:47 
GeneralRe: timer, slideshow time interval Pin
Iain Clarke, Warrior Programmer4-Oct-09 2:15
Iain Clarke, Warrior Programmer4-Oct-09 2:15 
QuestionI have problem with classes (friend function) Pin
Mohamed_Khalil2-Oct-09 8:12
Mohamed_Khalil2-Oct-09 8:12 
AnswerRe: I have problem with classes (friend function) Pin
David Crow2-Oct-09 8:34
David Crow2-Oct-09 8:34 
AnswerRe: I have problem with classes (friend function) Pin
CPallini2-Oct-09 8:35
mveCPallini2-Oct-09 8:35 
JokeRe: I have problem with classes (friend function) Pin
Mohamed_Khalil2-Oct-09 8:45
Mohamed_Khalil2-Oct-09 8:45 
QuestionIs it trusted that a running exe replaces itself by download new version? Pin
includeh102-Oct-09 6:07
includeh102-Oct-09 6:07 
AnswerRe: Is it trusted that a running exe replaces itself by download new version? Pin
PJ Arends2-Oct-09 9:45
professionalPJ Arends2-Oct-09 9:45 
QuestionRegarding Dictionary Application Pin
Anil Kumar.Arvapalli2-Oct-09 5:14
Anil Kumar.Arvapalli2-Oct-09 5:14 
AnswerRe: Regarding Dictionary Application Pin
Maximilien2-Oct-09 5:52
Maximilien2-Oct-09 5:52 

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.