|
-
Jan 29th, 2007, 05:58 PM
#9
Re: Chat Client.
 Originally Posted by Hell-Lord
Seems difficult to make a server program for all clients to connect to. Im use to connecting to other servers.
The only difference between your computer and a "server" is that you call the other computers "servers". The computer itself is exactly the same. (If you're behind a router you have to forward ports to the computer, but the computer doesn't change, from its role as a client to its role as a server.) The only thing that determines whether a particular computer is acting as a client or a server is the program running on it. If you run your email program, the computer is a mail client. If you run a chat server program on that same commputer (even at the same time) the computer is running as a chat server.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
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
|