Is there ay #include file to use to connect throuh telet or do you have to learn about sockets to do that?
The purpose is that I would like to make a MUD client.
Best Regards <Therapy>
This is a discussion on Telnet within the Linux Programming forums, part of the Platform Specific Boards category; Is there ay #include file to use to connect throuh telet or do you have to learn about sockets to ...
Is there ay #include file to use to connect throuh telet or do you have to learn about sockets to do that?
The purpose is that I would like to make a MUD client.
Best Regards <Therapy>
If you are using a POSIX system (UNIX, Linux), you will want to learn about BSD socket programming. Here is a tutorial on the subject.
Jason Deckard
would that include wicrosoft mindows?