C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 04-18-2009, 03:30 PM   #1
Registered User
 
Join Date: Dec 2008
Posts: 41
reference needed for socket programming with arpa/inet.h, sys/select.h, error.h

Dear there,

I had difficulty to use an beta version API, which is based on the following three head files.
// LINUX
// includes
#include <arpa/inet.h>
#include <errno.h>
#include <sys/select.h>

I searched online for socket programming and got tons of references, most of them are for internet socket programming, which seems far away from what I am doing. I only call the API to connect to an application running on the same machine.

Would anyone point me to a few highly relevant tutorials, books or references?

Sincerely Yours,
Michael
patiobarbecue is offline   Reply With Quote
Old 04-19-2009, 12:02 AM   #2
Registered User
 
Join Date: Sep 2004
Location: California
Posts: 2,845
There's not much of a difference between connecting to a remote machine, and connecting to the local machine. Here is a good tutorial/reference on how to do socket programming.
bithub is offline   Reply With Quote
Old 04-21-2009, 11:38 AM   #3
Registered User
 
Join Date: Dec 2008
Posts: 41
thanks for the link. it looks like a high quality reference. I will go ahead and study it.
patiobarbecue is offline   Reply With Quote
Reply

Tags
linux, socket programming

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
o/p of call by reference needed! chocoboy308 C Programming 3 11-17-2007 06:24 PM
MinGW Linking GUI Program Tonto Tech Board 19 08-23-2006 03:28 PM
problem with the library kris.c C Programming 21 07-10-2006 08:29 PM
help needed with passing objects by reference finnepower C++ Programming 3 06-30-2002 03:38 PM
binary files reference needed! Unregistered C Programming 5 03-12-2002 09:13 PM


All times are GMT -6. The time now is 01:56 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22