09 2021 档案

摘要:创建并使用动态链接库[C++] 参考文档先决条件创建 DLL 项目在 Visual Studio 2019 中创建 DLL 项目将头文件添加到 DLL向 DLL 添加实现 创建可使用 DLL 的客户端应用在 Visual Studio 中创建客户端应用将 DLL 标头添加到包含路径将 DLL 导入库 阅读全文
posted @ 2021-09-20 22:34 flybird2008 阅读(15) 评论(0) 推荐(0)
摘要:创建并使用静态库[.lib] 参考文档先决条件创建静态库项目向静态库添加类向静态库添加类备注 创建引用静态库的 C++ 控制台应用在 Visual Studio 2019 中创建引用静态库的 C++ 控制台应用 在应用中使用静态库的功能在应用中使用静态库的功能 运行应用运行应用 请参阅个人总结 参考 阅读全文
posted @ 2021-09-20 10:23 flybird2008 阅读(13) 评论(0) 推荐(0)
摘要:A Libevent Reference Manual Reference LinkR9: DNS for LibeventUsing DNS with Libevent: high and low-level functionalityPreliminaries: Portable blockin 阅读全文
posted @ 2021-09-10 11:46 flybird2008 阅读(8) 评论(0) 推荐(0)
摘要:A Libevent Reference Manual Reference LinkR7: Evbuffers: utility functionality for buffered IOCreating or freeing an evbufferInterface Evbuffers and T 阅读全文
posted @ 2021-09-10 10:28 flybird2008 阅读(12) 评论(0) 推荐(0)
摘要:A Libevent Reference Manual Reference LinkR5: Utility and portability functions`evutil_socket_t`DefinitionStandard integer typesMiscellaneous compatib 阅读全文
posted @ 2021-09-09 20:37 flybird2008 阅读(12) 评论(0) 推荐(0)
摘要:A Libevent Reference Manual 参考链接R0: PreliminariesLibevent from 10,000 feetThe LibrariesThe HeadersIf you have to work with an old version of LibeventN 阅读全文
posted @ 2021-09-08 20:04 flybird2008 阅读(11) 评论(0) 推荐(0)
摘要:Book: Programming with Libevent Chapter -1:Partial Introduction for LibeventChapter 0: About this document关于本文档关于示例的说明 Chapter 1: A tiny introduction 阅读全文
posted @ 2021-09-07 09:44 flybird2008 阅读(5) 评论(0) 推荐(0)