开发者

C++ shared_ptr

0
  • C++ unique_ptr、shared_ptr、weak_ptr的区别小结

    目录unique_ptr所有权转移所有权释放make_unique 和直接(new)unique_ptr区别一 :需要一次性处理多个资源分配的地方make_unique比unique_ptr更安全区别二 :直接new支持自定义删除器shared_ptrshared_ptr智能指针指[详细]

    2025-07-11 11:21 分类:开发
  • Getting ready to learn html5

    I\'m a desktop application developer, and I plan learning html5, but as it\'s not released, there are (almost) no published books and not too much infomation for beginners on the web... I feel I shoul[详细]

    2022-12-29 04:15 分类:问答