Make me a telnet client. When I type, the data goes to the connected server. When the server replies, I see it on the screen. It must use the 'poll' system call. If I type 'quit\n' the program should quit. If I type 'quite' or 'quit' it should not quit. I will run it like this (you pick the program name) ./yourprogram euclid.nmu.edu 80 http://euclid.nmu.edu/~rappleto/Classes/CS228/Programming/poll-forwarder.cc