wyrover / book-codeLinks
book code
☆391Updated 7 years ago
Alternatives and similar repositories for book-code
Users that are interested in book-code are comparing it to the libraries listed below
Sorting:
- 学习Windows内核驱动编程 Learn Windows kernel driver programming.☆166Updated last year
- Windows drivers 开发的各个基础示例,包含进程、内存、注册表、回调等管理☆171Updated 5 years ago
- 封装了WinInet的强大http请求库☆64Updated 8 years ago
- Windows Socket Samples☆94Updated 12 years ago
- Source Code of the Book "Windows Via C/C++" By Jeffrey Richter And Christopher Nasarre☆107Updated 9 years ago
- Windows上C++封装的HTTP库,包含三种实现模式(WinInet、WinHttp、socket)☆211Updated 4 years ago
- windows核心编程代码以及注入☆59Updated 8 years ago
- windows软件崩溃解决方案☆70Updated 8 years ago
- ☆25Updated 2 months ago
- 金山卫士开源代码。同 步于Hg源。为了方便查看和学习,同步到Github☆109Updated 12 years ago
- Win32编程集合 Win32 Programming Program Collection☆275Updated 8 years ago
- from chromium☆128Updated last year
- 裁剪的Chromium的base库,以及使用示例代码☆28Updated 5 years ago
- some demo and source code about windows kernel development☆91Updated 6 years ago
- A IOCP Server Class on Windows!☆92Updated 7 years ago
- C++封装libcurl, 实现的http客户端, 支持http(s)请求, 支持下载文件(断点续传和分片下载)☆62Updated 11 months ago
- C++基础辅助类库,比如异步进行-Thread,安全句柄-CHandle,资源守卫-Guard,XML解析-rapidxml,以及其他注册表、文件基础操作。用于更加高效、安全的进行C++开发。温馨提示:至少需要支持C++0x标准的编译器。☆481Updated 5 years ago
- C++ implement ThreadPool on windows☆39Updated 6 years ago
- UNONE and KNONE is a couple of open source base library that makes it easy to develop software on Windows.☆161Updated 2 years ago
- PcManager ~ 开源卫士完整可编译版本☆89Updated 5 years ago
- Simple & modern HTTP client for C++☆130Updated 3 years ago
- 我的C++11学习资料和示例代码☆58Updated 6 years ago
- Windows 驱动开发技术详解 张帆 史彩成☆36Updated 7 years ago
- ☆17Updated 6 years ago
- Windows file system filter drivers(minifilter) to encrypt, compress, or otherwise modify file-based data require some of the most complex…☆128Updated 4 years ago
- 金山卫士源码,整理运行在VS2013☆23Updated 7 years ago
- Win32 IPC library with async api☆52Updated 9 years ago
- exploring Windows IOCP with Thread Pool APIs☆79Updated 11 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆64Updated 8 years ago
- DuiLib项目个人维护版本,回归std::string,使用C++20,支持控件绑定