Thread: C++ program to access websites

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    1

    C++ program to access websites

    Hello folks,

    I want to begin writing a program that can go to specific webpages and download the source code of the page to a text file. Is this possible at all in C++? I want the program to eventually be able to update dates of events that the website changes weekly. I've never done any C++ programming that dealt with browsers or accessing the internet. Anyone have any ideas? Thanks in advance.

    -L

  2. #2

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    137
    Which OS ?
    On Windows it's done with a few lines line of code... (COM)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Access Violation?
    By rwmarsh in forum C++ Programming
    Replies: 6
    Last Post: 05-04-2006, 10:56 AM
  3. insufficient memory for tsr
    By manmohan in forum C Programming
    Replies: 8
    Last Post: 01-02-2004, 09:48 AM
  4. Date program starts DOS's date
    By jrahhali in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2003, 05:23 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM