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.
|