CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    5

    using remote files in c++

    I would like to know how remote files can be read from?
    suppose there is a file
    www.exapmle.com/data.txt
    which is regularly updated by the web server
    then I have a program on a pc which should read the data from that file
    any help appreciated

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: using remote files in c++

    You can start with the InternetOpen function, and then continue with the appropriate WinInet function.

    - petter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured