|
-
Apr 8th, 2002, 06:42 PM
#1
Thread Starter
Lively Member
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...
-
Apr 8th, 2002, 06:49 PM
#2
Frenzied Member
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
-
Apr 8th, 2002, 08:36 PM
#3
Frenzied Member
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 
-
Apr 8th, 2002, 10:28 PM
#4
And almost as bloated =).
Z.
-
Apr 9th, 2002, 08:00 AM
#5
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.
-
Apr 11th, 2002, 09:08 AM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|