Interfacing with the internet to retrieve data

Started by
1 comment, last by campbemr 22 years ago
What language is used to create a program that will interface with a website to retrieve and update data, like the stock screening programs?
Advertisement
Just about any language. Usually you are just interfacing with the websites database.
Generally its like this:
C/C++: winsock/sockets
Windows(Win32) C/C++: Winsock
Windows(MFC) C++: various Winsock based controls
Visual Basic: Winsock control

Hope that helps.

Convict@Large
DanielB - Slayer of Bugs

This topic is closed to new replies.

Advertisement