Thread: Web and HTML

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    5

    Web and HTML

    Hi!
    I wish to write a program that would get some information directly from a given website instead of me having to manually enter it. This info is simple (tables with images and blanks) but I have no clue how to make my program read the webpage. Also, it would have to send requests (but there's no need for displaying the info).

    I might consider rewriting the one I already have where I manually enter the info in a visual language such as visual c.

    What should I do and how can I do it?

  2. #2
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Look at the source for the program: wget

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    5
    Is visual C easy to learn for someone who knows C and Visual Basic?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Web designer needed! html, css and other design stuff...
    By Akkernight in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 04-11-2009, 09:33 AM
  2. Please Help - C code creates dynamic HTML
    By Christie2008 in forum C Programming
    Replies: 19
    Last Post: 04-02-2008, 07:36 PM
  3. I need to open a web page from c++ and grab the html.
    By rloveless in forum C++ Programming
    Replies: 1
    Last Post: 09-28-2006, 04:12 PM
  4. Downloading HTML Files from Web Page
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 07-18-2002, 05:59 AM