Thread: internet programming resources

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    8

    internet programming resources

    errm, i'm looking for tutorials on C++ internet-related programming tutorials.
    For example, let's say i want to create a program that downloads a file from the internet, how would i do it in C++?

    or if i want to download a file from an ftp using a program, how can i do that?

    thanks it advance. (basically, it's file transfers using internet)

  2. #2
    Registered User
    Join Date
    Oct 2003
    Posts
    15
    Try www.cplusplus.com. Lots of great tutorials there.

  3. #3
    Master of the Universe! velius's Avatar
    Join Date
    Sep 2003
    Posts
    219
    Take a look at www.codeproject.com they've probably got what you want. As for downloading a file the the net you would need to write a web server with the sockets layer to the OS your using. In windows it is called WinSocks.
    While you're breakin' down my back n'
    I been rackin' out my brain
    It don't matter how we make it
    'Cause it always ends the same
    You can push it for more mileage
    But your flaps r' wearin' thin
    And I could sleep on it 'til mornin'
    But this nightmare never ends
    Don't forget to call my lawyers
    With ridiculous demands
    An you can take the pity so far
    But it's more than I can stand
    'Cause this couchtrip's gettin' older
    Tell me how long has it been
    'Cause 5 years is forever
    An you haven't grown up yet
    -- You Could Be Mine - Guns N' Roses

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2 internet connections
    By Erakis in forum Windows Programming
    Replies: 0
    Last Post: 07-01-2009, 07:14 AM
  2. Internet Problems
    By SirCrono6 in forum Tech Board
    Replies: 3
    Last Post: 04-26-2004, 09:47 PM
  3. XP Internet problems
    By Hunter2 in forum Tech Board
    Replies: 9
    Last Post: 09-18-2003, 08:56 PM