Hello all,

I am trying to write a program in VC++ 6.0 to help me trade shares and keep up to date with stock prices. I don't know how I can acquire these details, although I do know many websites provide this information free of charge.

How do I get this information into my C++ program where I will be able to display it and use it as I please?

Any help will be much appreciated.