您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. c++ boost 开发参考手册

  2. 最近开发中用到大量BOOST库的东西,现在把我开发中总结的boost使用方法分享一下,里面包括智能指针、boost定时器、boostthread和io_service等的用法和说明,还有一本Beyond the C++ Standard Library: An Introduction to Boost中文版
  3. 所属分类:C++

    • 发布日期:2010-08-20
    • 文件大小:721920
    • 提供者:BIRLYO
  1. 超越C++标准库 boost库导论 中文chm版

  2. 目录: 第Ⅰ部分 通用库  第1章 Smart_ptr库   1.1 Smart_ptr库如何改进程序   1.2 何时需要智能指针   1.3 Smart_ptr库如何适用于标准库   1.4 智能指针scoped_ptr   1.5 智能指针scoped_array   1.6 智能指针shared_ptr   1.7 智能指针shared_array   1.8 智能指针intrusive_ptr   1.9 智能指针weak_ptr   1.10 Smart_ptr库小结 第2章 Co
  3. 所属分类:网络攻防

    • 发布日期:2010-11-09
    • 文件大小:359424
    • 提供者:zdragon2002
  1. C++智能指针用法详解

  2. 一、简介   由于 C++ 语言没有自动内存回收机制,程序员每次 new 出来的内存都要手动 delete。程序员忘记 delete,流程太复杂,终导致没有 delete,异常导致程序过早退出,没有执行 delete 的情况并不罕见。   用智能指针便可以有效缓解这类问题,本文主要讲解参见的智能指针的用法。包括:std::auto_ptr、boost::scoped_ptr、boost::shared_ptr、boost::scoped_array、boost::shared_array、b
  3. 所属分类:其它

    • 发布日期:2020-12-22
    • 文件大小:103424
    • 提供者:weixin_38564085