摘要
wxSocket为跨平台网络编程提供了另一种实现方法,它屏蔽了各操作系统Socket操作上细微的差异,使得开发人员能专注于编写业务逻辑。wxSocket中最重要的类是wx-SocketBase,它为使用wxSocket提供了统一的接口,并且形成了wxSocket中各类的使用模式和事件机制。
wxSocket presents another new approach to implement cross-platform network applications, and it masks the trivial differences between mainstream operating systems, so that developers can focus business logic, wxSeeketBase is the key class in wxSocket which provides a uniform interface for derived classes and forms the using modes and event mechanism.
出处
《现代计算机》
2008年第8期93-95,共3页
Modern Computer
关键词
跨平台
网络开发库
事件机制
Cross-Platform
Network Library
Event Mechanism