📄 readme
字号:
--------------------------------------------------------------------------- Netxx ---------------------------------------------------------------------------Netxx is a C++ network programming library. It is designed to take the painout of programming network communications applications.It does this by providing an easy to use and cross-platform interface. As aside effect, you get the safety of automatic resource management andsmaller, simpler code.Features: * Very clean API with total abstraction from any operating system calls. No networking or operating system headers are used in the Netxx header files. * Appropriate use of C++ technologies such as namespaces, templates, inheritance and exceptions. All Netxx classes are in the Netxx namespace and exceptions are used only in exceptional situations. * Includes support for TLS/SSL (via OpenSSL), IPv6 and Local/Unix Domain Sockets (on operating systems that support them). * Cross-platform support. Netxx currently supports most flavors of Unix, Windows and MacOS X. * An IOStreams streambuf is provided so you can treat network connections just like a std::iostream. * Berkeley style license so you can do whatever you want with Netxx, including commercial use.For more information about Netxx please go to:http://pmade.org/pjones/software/netxx/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -