Version: 0.0000000001

Well I got the basics done for the class. Right now I can do
Code:
sockio<<"Blah"<<123<<123.43<<endl;
and even input.
Code:
 int x; sockio >> x;
Or both at the same time:
Code:
int x; sockio<<"What is your age: ">>x;
It is far from complete and needs some work done to it for clean up. Since the code is about 500 lines and I plan to update it as I make changes I set up a page for it. Since I'm about to pass out the details aren't a lot but I would like to hear your inital comments to it. Thanks

http://www.mikemill.org/cgi-bin/home.cgi?sockio

Oh and if you can't get to the page that means my internet connection is down and I'll get it up ASAP