Click here to Skip to main content
15,895,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question64 bit ActiveX Chart control Pin
Don M2-Feb-10 12:12
Don M2-Feb-10 12:12 
QuestionConvert CFile IO to istream IO Pin
transoft2-Feb-10 3:48
transoft2-Feb-10 3:48 
AnswerRe: Convert CFile IO to istream IO Pin
«_Superman_»2-Feb-10 4:00
professional«_Superman_»2-Feb-10 4:00 
GeneralRe: Convert CFile IO to istream IO Pin
transoft2-Feb-10 4:26
transoft2-Feb-10 4:26 
GeneralRe: Convert CFile IO to istream IO Pin
KingsGambit2-Feb-10 5:08
KingsGambit2-Feb-10 5:08 
QuestionMultiple open database links using CDatabase Pin
bob169722-Feb-10 3:46
bob169722-Feb-10 3:46 
AnswerRe: Multiple open database links using CDatabase Pin
bob169723-Feb-10 8:55
bob169723-Feb-10 8:55 
Questionneed some suggestion on a method to use Pin
benjamin yap2-Feb-10 3:42
benjamin yap2-Feb-10 3:42 
Hi all,

I got a txt file filled with HTML code extract from www.finance.yahoo.com

this is the data from finance.yahoo.com

Dow 10,212.73 +27.20 +0.27%
Nasdaq 2,174.00 +2.80 +0.13%
10 Yr Bond(%) 3.6500% -0.0400
Oil 75.25 +0.82 +1.10%
Gold 1,113.60 +10.10 +0.91

the 3 values i wanna extract from each stock is all the values above. all the values need to be read from the HTML text file of finance.yahoo.com.

so, how should i create the method and what parameter should i pass in?

should i create individual method for each stock? example

double getDOW(param1, param2, param3, etc)

or a generic method that can search any stock quote
AnswerRe: need some suggestion on a method to use Pin
«_Superman_»2-Feb-10 4:08
professional«_Superman_»2-Feb-10 4:08 
AnswerRe: need some suggestion on a method to use Pin
Maximilien2-Feb-10 4:17
Maximilien2-Feb-10 4:17 
AnswerRe: need some suggestion on a method to use Pin
David Crow2-Feb-10 5:18
David Crow2-Feb-10 5:18 
GeneralRe: need some suggestion on a method to use Pin
benjamin yap2-Feb-10 22:39
benjamin yap2-Feb-10 22:39 
GeneralRe: need some suggestion on a method to use Pin
David Crow3-Feb-10 3:14
David Crow3-Feb-10 3:14 
GeneralRe: need some suggestion on a method to use Pin
benjamin yap3-Feb-10 4:28
benjamin yap3-Feb-10 4:28 
AnswerRe: need some suggestion on a method to use Pin
David Crow3-Feb-10 4:35
David Crow3-Feb-10 4:35 
Questionios::in | ios::out error Pin
Sujan Dhakal2-Feb-10 1:09
Sujan Dhakal2-Feb-10 1:09 
AnswerRe: ios::in | ios::out error Pin
CPallini2-Feb-10 1:32
mveCPallini2-Feb-10 1:32 
QuestionRe: ios::in | ios::out error Pin
David Crow2-Feb-10 3:20
David Crow2-Feb-10 3:20 
AnswerRe: ios::in | ios::out error Pin
Sujan Dhakal2-Feb-10 9:46
Sujan Dhakal2-Feb-10 9:46 
AnswerRe: ios::in | ios::out error Pin
David Crow2-Feb-10 9:51
David Crow2-Feb-10 9:51 
GeneralRe: ios::in | ios::out error Pin
Sujan Dhakal2-Feb-10 16:27
Sujan Dhakal2-Feb-10 16:27 
GeneralRe: ios::in | ios::out error Pin
CPallini2-Feb-10 21:16
mveCPallini2-Feb-10 21:16 
GeneralRe: ios::in | ios::out error Pin
Sujan Dhakal3-Feb-10 0:55
Sujan Dhakal3-Feb-10 0:55 
GeneralRe: ios::in | ios::out error Pin
CPallini3-Feb-10 1:30
mveCPallini3-Feb-10 1:30 
AnswerRe: ios::in | ios::out error Pin
xiaozhu87662-Feb-10 17:07
xiaozhu87662-Feb-10 17:07 

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.