PDA

View Full Version : programming



marcuscable
October 25th, 2002, 12:36
I want to create a program...I dont no any code...(My school HAD "Programming" but when the teacher retired...they dropped the class!) I want to create a filesharing program (i.e. similar to Grokster, Kazaa, Morpheus, Imesh, etc.) Can you help? If you don't want to write on this thread, you can e-mail me at marcuscable20012001@yahoo.com. Thanks.

Daniel
October 25th, 2002, 16:33
It's best if you take a book on C++ or VB(or even PERL)or whatever...

The only programming language I used to know was PASCAL. :o

Ben
October 25th, 2002, 19:46
You might want to check out programmersheaven.com

But for a filesharing program, like Daniel said, learn C++ or VB.

beely
October 25th, 2002, 21:05
or cprogramming.com forum boards and references too! source codes included.

marcuscable
October 26th, 2002, 12:27
thanx

ansa
October 27th, 2002, 13:08
...and make sure you start small with your programming. I'm not knocking you for wanting to create a kazaa or whatever clone, but it's a big project you're looking at, and by your own admission you don't know any programming yet. So make sure you start with little things, and ask lots and lots of questions on the boards, etc....
You'll get there eventually...

Andy.

Daniel
October 27th, 2002, 14:23
Btw, if your going to create a filesharing program, your going to need a dedicated server on a phat pipe. Otherwise no one would be able to search and connect.

Bruce
October 27th, 2002, 14:29
Originally posted by Daniel
Btw, if your going to create a filesharing program, your going to need a dedicated server on a phat pipe. Otherwise no one would be able to search and connect. Umm... no. If it's like KazAa or something that wouldn't matter because they don't have a central server; it's 100% peer to peer.

Daniel
October 27th, 2002, 14:30
Well in that case, your going to need Nodes. :p

marcuscable
October 27th, 2002, 15:31
thanx