需要一个不向用户显示控制台的C ++ Telnet客户端

问题描述:

你好,

我需要一个不向用户显示控制台的C ++ Telnet客户端.

请帮忙.

谢谢与问候,
Santosh.

Hello,

I need a C++ Telnet client that does not displays the console to the user.

Please help.

Thanks & Regds,
Santosh.

有许多示例可以通过Google获得其源代码.进行搜索,选择一个并修改您的代码.
There are lots of samples with source code available via Google. Do a search, pick one and modify the code for your requirements.


您可以使用telnet库. CodeProject
这里有以下文章 :快速工具:简约的Telnet库" [
You may use a telnet library. There is the following article here at CodeProject
: "Quick tool : A minimalistic Telnet library"[^]


putty [