zoukankan      html  css  js  c++  java
  • Rudiments 0.40 发布,C++ 常用工具包

    Rudiments 是一个 C++ 类库,提供一些用来编写守护进程、客户端和服务器端的基础类,还包括正则表达式、信号量和信号的处理。

    Rudiments 0.40 主要是 bug 修复,包括:

      • hostentry::getAddressString() has been fixed for numbers greater than 127.
      • Bugs that could lead to a crash when using the hostentry class with NULL hostnames have been fixed.
      • Reads that error out with EAGAIN are treated as successful reads of 0 bytes now.
      • All sockets are now manually set to blocking mode after creation, and sockets created by accept() are now set to the blocking/non-blocking mode of the socket that was accepted.
      • Various NULL safety issues were fixed.
      • The Windows built script now supports CLR and non-CLR builds
  • 相关阅读:
    单词统计
    意见汇总
    项目评审结果
    注册表键值
    C++ 创建快捷方式
    XPosed 示例
    直播流程
    C++隐藏任务栏图标
    C++ 屏幕录制
    DUILIB UI创建过程
  • 原文地址:https://www.cnblogs.com/shihao/p/2846162.html
Copyright © 2011-2022 走看看