Thread: reading a file on the web

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    3

    reading a file on the web

    Is there a way to open a file on the web for reading in C?

    Thanks

  2. #2
    Registered User ivandn's Avatar
    Join Date
    Oct 2001
    Posts
    49
    You should be able to find a library for this on the web somewhere but you can always write a sockets program that connects to the server and issues an HTTP Get command (i think this should work )
    Ivan

  3. #3
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    Try researching WinSock programming.
    1978 Silver Anniversary Corvette

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sequential file program
    By needhelpbad in forum C Programming
    Replies: 80
    Last Post: 06-08-2008, 01:04 PM
  2. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  3. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  4. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM