Where do I find links to use in C++ code

Hi! All!

I hope I don’t step on any toes here
but what I’m after is what links to use to tie into weather.com

I found an old old old source file for weather.com that was written in VB 5
I’m not sure if the links even work yet cause I’m just getting into VS 2005
pro C++ managed. I’m just trying to do some examples… just some part
time playing…

I do not have VB5 and it will not convert into VS 2005 without giving hundred of conversions error So I’m just going to use the ideas and write it in C++ managed,

Thanks Mac!
The only way to learn code is dive in!!!

Check out the following link:
http://www.weather.com/services/xmloap.html

Thanks that got me going in the right directions…

I did figure out how to parse the info…
VS 2005 pro C++ Managed makes it easy…

LOL I played now I’m going to keep that project in my bag of tricks…

And I’ll leave the rest to the big boys…

There are to many weather programs out there to try and reinvent the wheel … I just wanted to play…

Thanks…
Mac!

P.S. I did manage to find more weather source codes and they where nothing but spaghetti code…