Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

socket class

Status
Not open for further replies.

nimberg

Programmer
Joined
Sep 14, 2000
Messages
8
Location
IL
hi ther
i need class in c++ that use the socket ipc
to comunicate btwin prosses
is ther a chance i can get 1 ?
 
Do you mean Inter Process Comunication?
That i know any Unix IPC works with named pipes. So you don't have to do with sockets!!
If it was not the answer you expected, try to explain better your problem!

 
i need to bind a network card ( interface)
to a spasifide prosses
 
I think there isn't any class for sockets in the standard c++ library. On a Microsoft OS you can find something ( CSocket ).
In unix we normally use the socket library.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top