Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > how to compile socket programs in c

Reply
Thread Tools

how to compile socket programs in c

 
 
karthi
Guest
Posts: n/a
 
      06-23-2006
Hi,
I want to know how to compile socket programs in c

 
Reply With Quote
 
 
 
 
Pep
Guest
Posts: n/a
 
      06-23-2006
karthi wrote:

> Hi,
> I want to know how to compile socket programs in c


Then read a book on socket programming and a book on c/c++ or simply google
for it like this

http://www.google.com/search?client=...UTF-8&oe=UTF-8

a sample of the results is this

http://pont.net/socket/
http://www.cs.rpi.edu/courses/sysprog/sockets/sock.html
http://www.uwo.ca/its/doc/courses/notes/socket/

 
Reply With Quote
 
 
 
 
al pacino
Guest
Posts: n/a
 
      06-23-2006

karthi wrote:
> Hi,
> I want to know how to compile socket programs in c


same as normal programs! include the proper header file/s depending
upon your system
windows/unix..

 
Reply With Quote
 
Jim Langston
Guest
Posts: n/a
 
      06-23-2006
"karthi" <> wrote in message
news: ups.com...
> Hi,
> I want to know how to compile socket programs in c


google is your friend. There is a lot of source code out there for sockets.
It is rather easy to find complete source for a client/server. A common one
is a chat server with client. Just google for something like "source c
socket client server"


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
socket.unbind or socket.unlisten? - socket.error: (48, 'Addressalready in use') Laszlo Nagy Python 1 01-27-2009 05:05 PM
cant compile on linux system.cant compile on cant compile onlinux system. Nagaraj C++ 1 03-01-2007 11:18 AM
compile C programs with UNIX system calls (= Unix Programs??) jrefactors@hotmail.com C Programming 18 01-10-2005 03:35 AM
compile C programs with UNIX system calls (= Unix Programs??) jrefactors@hotmail.com C++ 12 01-10-2005 03:35 AM



Advertisments