Hi everyone...
I am working on a unix socket programming project. I need to create a server that uses UDP instead of TCP.
I have already created a very simple server and client. The client connect to localhost with some strings and the server echos.
This thing works fine when both the server and...
it is a very good one.
clear explanations...suitable examples...
yeah it has a few things "left for the readers for exercise" but those can be done if you read that chapter
one of my coworkers at work (in a college) recommeneded this book to the Computer Dept. and now they are using it in the...
to do some file I/O you first have to :
#include <fstream.h>
then you can make two objects which are suppose to work like cin and cout:
ofstream outfile; // works like cout
ifstream infile; // works like cin
then you can use them...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.