![]() |
| | #1 |
| Guest
Posts: n/a
| |
|
| | #2 |
| Registered User Join Date: Jun 2002
Posts: 107
| Type on Linux command prompt: man 2 socket man 7 socket or type man socket -a and 'q' as many times as needed to get an interesting page. sys/socket.h is the header needed. There are also libraries to use sockets which work both in windows and unix like Common C++. Socket programming HOWTO is Python related document. Beej's Guide to Network Programming: http://www.ecst.csuchico.edu/~beej/guide/net/
__________________ I am not using Dev-C++. #!/usr/bin/env python import sys;file=open(sys.argv[0]);print file.read();file.close() |
| raimo is offline | |
| | #3 |
| Registered User Join Date: Jun 2002
Posts: 106
| at www.cpp-home.com there are some tutorials about c++ network programming
__________________ C++ Makes you Feel Better "Gravity connot be held reponsible for people falling in love"--Albert Einstein |
| onurak is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wireless Network Linux & C Testbed | james457 | Networking/Device Communication | 3 | 06-11-2009 11:03 AM |
| Simple Network Game Programing... | IndioDoido | Networking/Device Communication | 4 | 11-07-2007 06:56 AM |
| Programs for programing C++ in Linux | Lauris | Linux Programming | 3 | 05-16-2007 04:18 PM |
| Linux Network Programming (server architeture) | curlious | Networking/Device Communication | 3 | 01-08-2005 05:16 PM |