I want to try and code a program in C++ that will be able to access a yahoo web site to download .csv data and also work with a MySQL database and I want to do this on a linux OS.
I have extensive programming experience in other lanuages mostly on mainframe along with some PC basic. So learning the prinicples of programming is not a problem.
I am just starting to learn C++ and am going through a book that pretty much covers the basics, but no web stuff or DB stuff.
This seems like some very basic stuff and I do not understand why it is not part of the basics of learning C++. Now days, what good is a language if it cannot interface with the internet and various types of DB's.
I have been researching and googling this for about a week now and nothing hits the nail on the head.
Not sure how to form the question but I will try.
If you were going to start learning to write a C++ program and it required you to download .csv data from yahoo and to interface with a MySQL database on a linux OS, how would you do it?
BTW, I already have a linux OS (Fedora Core 2) on my PC and have been learning it and using it almost 100% of the time for about 6 mos now.
Thanks,
Kent
I have extensive programming experience in other lanuages mostly on mainframe along with some PC basic. So learning the prinicples of programming is not a problem.
I am just starting to learn C++ and am going through a book that pretty much covers the basics, but no web stuff or DB stuff.
This seems like some very basic stuff and I do not understand why it is not part of the basics of learning C++. Now days, what good is a language if it cannot interface with the internet and various types of DB's.
I have been researching and googling this for about a week now and nothing hits the nail on the head.
Not sure how to form the question but I will try.
If you were going to start learning to write a C++ program and it required you to download .csv data from yahoo and to interface with a MySQL database on a linux OS, how would you do it?
BTW, I already have a linux OS (Fedora Core 2) on my PC and have been learning it and using it almost 100% of the time for about 6 mos now.
Thanks,
Kent