Thread: Linux Network Programing

  1. #1
    Unregistered
    Guest

    Question Linux Network Programing

    I was wondering about what to use and any tutorials on linux network programing

  2. #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()

  3. #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

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  2. Simple Network Game Programing...
    By IndioDoido in forum Networking/Device Communication
    Replies: 4
    Last Post: 11-07-2007, 06:56 AM
  3. Programs for programing C++ in Linux
    By Lauris in forum Linux Programming
    Replies: 3
    Last Post: 05-16-2007, 04:18 PM
  4. Linux Network Programming (server architeture)
    By curlious in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-08-2005, 05:16 PM