View Single Post
  #4 (permalink)  
Old 06-16-2008, 06:43 PM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Credits: 0
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Network Question For Beginners

Ok..... In Dev-Cpp goto Project >> Project Options >> Parameters >> Add Library or Object...

An echo server is a server that a client can send a message to and the echo server will reply with the exact same message.

Server software is anything that can be requested for data from a client, Apache is obviously the extreme and you won't be writing that. But you can write simple server/client software. You just need to write applications that have the ability to communicate across a network, which is why I suggest starting with something easy like an echo server and client.
Reply With Quote