Click here to Skip to main content
15,904,497 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to disable LNK4099 warning in debug build Pin
Chesnokov Yuriy2-Feb-10 21:20
professionalChesnokov Yuriy2-Feb-10 21:20 
AnswerRe: How to disable LNK4099 warning in debug build Pin
Dr. Frank Heimes7-Feb-11 22:00
Dr. Frank Heimes7-Feb-11 22:00 
QuestionHow can identified Any Process run by admin or by any other user? Pin
Le@rner2-Feb-10 18:27
Le@rner2-Feb-10 18:27 
AnswerRe: How can identified Any Process run by admin or by any other user? Pin
«_Superman_»2-Feb-10 18:45
professional«_Superman_»2-Feb-10 18:45 
AnswerRe: How can identified Any Process run by admin or by any other user? Pin
KingsGambit2-Feb-10 18:48
KingsGambit2-Feb-10 18:48 
AnswerRe: How can identified Any Process run by admin or by any other user? Pin
Kushagra Tiwari3-Feb-10 0:37
Kushagra Tiwari3-Feb-10 0:37 
QuestionRequest Pin
Hans Dietrich2-Feb-10 17:55
mentorHans Dietrich2-Feb-10 17:55 
AnswerRe: Request Pin
KingsGambit2-Feb-10 18:38
KingsGambit2-Feb-10 18:38 
QuestionChange caption of an application Pin
john56322-Feb-10 17:38
john56322-Feb-10 17:38 
AnswerRe: Change caption of an application Pin
«_Superman_»2-Feb-10 17:43
professional«_Superman_»2-Feb-10 17:43 
GeneralRe: Change caption of an application Pin
john56322-Feb-10 17:53
john56322-Feb-10 17:53 
GeneralRe: Change caption of an application Pin
«_Superman_»2-Feb-10 18:03
professional«_Superman_»2-Feb-10 18:03 
GeneralRe: Change caption of an application Pin
john56322-Feb-10 18:24
john56322-Feb-10 18:24 
GeneralRe: Change caption of an application Pin
«_Superman_»2-Feb-10 18:36
professional«_Superman_»2-Feb-10 18:36 
QuestionRe: Change caption of an application Pin
Avi Berger2-Feb-10 18:26
Avi Berger2-Feb-10 18:26 
AnswerRe: Change caption of an application Pin
john56322-Feb-10 19:05
john56322-Feb-10 19:05 
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 

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.