Thread: Internet to Program

  1. #1
    SmoothCriminal
    Guest

    Internet to Program

    How do i let my program interact with the internet, (download files to a specific location on my hard drive & be able to pause downloads)

    email me wit an answer plez

    Email: [email protected]

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    >>email me wit an answer plez
    Not likely! All answers should go to the forums, not delivered personally to your email account.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    You have to learn Winsock programming using Winsock API. I recommend Network Programming for Microsoft Windows, Second Edition by Anthony Jones and Jim Ohmund.

    Kuphryn

  4. #4
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Why shouldn't answers go directly to someone's email. You can email me with a response.

    Email: [email protected]


  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    21
    Why should they? How long does it take you to come to the forums and look at the threads you have questions in? 1 minute
    -Srg Pepper

  6. #6
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Originally posted by master5001
    Why shouldn't answers go directly to someone's email. You can email me with a response.
    Because the forums are here so we can all learn. If you post a question, and get a private answer, who benefits? Just you. If the answer goes here, everyone benefits. See? Besides, your private answer might be wrong, and would remain uncorrected, whereas on here other people will point out errors, and/or suggest alternatives.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  7. #7
    SmoothCriminal
    Guest

    forget i said it

    i just wanted some1 to email me wit an answer cos i didnt want to sign up.

    far out!

  8. #8
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Getting back to the topic....

    >How do i let my program interact with the internet?
    it depends on your OS/compiler. If you're on Windows, research Winsock. Here's a good page with loads of links:
    http://www.faqs.org/faqs/internet/tc...ist/index.html
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with my program...
    By Noah in forum C Programming
    Replies: 2
    Last Post: 03-11-2006, 07:49 PM
  2. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. Replies: 2
    Last Post: 05-10-2002, 04:16 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM