Results 1 to 6 of 6

Thread: File sharing prog

  1. #1

    Thread Starter
    Lively Member flamer2010's Avatar
    Join Date
    Apr 2002
    Posts
    96

    File sharing prog

    Hi,

    I am planning to create a file sharing program using peer to peer connections. I know I can do this in VB but I am just starting out using VC++, and the things I need to know to get to this goal will probably help me learn VC ++ better.
    I have no server, so when a user downloads the file sharing program and runs it, it will send the user's IP address to a file on a website. The addresses may build up as people go on. Then if someone wants a certain file, their program will connect to the computers using the IP addresses that it downloaded from the file on the website. They can then downloadthe file.
    Would this idea work? Im sure its been done before. There is no need for an actual server, just webspace to store the IP addresses online...

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    I think you should really get into the basics first if you're just starting. Internet programming is 100 times harder than it is in vb

  3. #3
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    ehhhhhhh. Depends if you use mfc. Personally, I find mfc to be just as easy as vb. But thats just me.
    retired member. Thanks for everything

  4. #4
    Zaei
    Guest
    And almost as bloated =).

    Z.

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Nah, it is far less bloated, and a good deal harder. But anyway, MFC isn't for the beginner either.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  6. #6
    o0Jon0o
    Guest
    What about when people go offline? You would have to keep pinging the client to make sure it was still there. Also you would have to write and ASP/CGI interface between the clients and the database else the server will get in a right mess. And thats the easy bit!

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