awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesWindows Socket Wrappers

C++ abstractions for Windows socket API initialization, address management, and hostname resolution.

Distinct from Socket Wrappers: Existing candidates focus on proxying or parsing; this is a general wrapper library for the Winsock API.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Windows Socket Wrappers. Refine with filters or upvote what's useful.

Awesome Windows Socket Wrappers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • microsoft/wilالصورة الرمزية لـ microsoft

    microsoft/wil

    2,884عرض على GitHub↗

    wil is a C++ wrapper library for the Windows API designed to simplify system development through RAII and exception handling. It provides a set of resource management tools, a framework for Windows error handling, and type-safe interfaces for registry access and networking. The library distinguishes itself by automating the conversion between system error codes and C++ exceptions, while providing utilities for contextual error message attachment and early return patterns. It also features specialized networking wrappers for socket initialization and hostname resolution, and a registry interfa

    Simplifies Windows socket programming with managed wrappers for initialization and hostname resolution.

    C++
    عرض على GitHub↗2,884
  • riba2534/tcp-ip-networknoteالصورة الرمزية لـ riba2534

    riba2534/TCP-IP-NetworkNote

    2,505عرض على GitHub↗

    TCP-IP-NetworkNote is a comprehensive technical reference and guide for implementing network communication using TCP and UDP sockets in C and C++. It provides a detailed manual for using the POSIX socket API and covers the implementation of network protocols, synchronous and asynchronous I/O patterns, and concurrent programming models. The project is distinguished by its focus on cross-platform networking, offering a detailed comparison of socket implementation details and adaptation utilities between Linux and Windows Winsock environments. It specifically addresses the differences in header

    Configures network programming for Windows by implementing Winsock initialization and platform-dependent I/O.

    C
    عرض على GitHub↗2,505
  1. Home
  2. Operating Systems & Systems Programming
  3. Windows Socket Wrappers