C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 07-17-2002, 01:38 AM   #1
Unregistered
Guest
 
Posts: n/a
Question Linux Network Programing

I was wondering about what to use and any tutorials on linux network programing
  Reply With Quote
Old 07-17-2002, 05:26 AM   #2
Registered User
 
raimo's Avatar
 
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   Reply With Quote
Old 07-27-2002, 06:08 AM   #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   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 09:24 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

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