Search:

Type: Posts; User: Jordban

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    8,948

    // includes #include #include...

    // includes
    #include <iostream>
    #include <stdio.h>
    #include <stdlib.h>
    #include <arpa/inet.h>
    #include <sys/socket.h>
    #include <sys/wait.h>
    #include <errno.h>
    #include <sys/types.h>
    #include...
  2. Replies
    2
    Views
    8,948

    TCP/IP client & echo server

    Hello,
    I am creating a simple chat program as my final project for a self taught c++ programming class.

    Heres what i want to accomplish:
    client: you type something in the client and push enter...
Results 1 to 2 of 2