Home
Nzo
dark light hacker solarized kimbie
  • Posts
  • Notes
  • Galleries
  • Digital
  • Film
  • Archives
  • About
dark light hacker solarized kimbie
Posts Notes
Galleries
Digital Film
Archives About
[EMCpp]Item-20 Use Weak_ptr for Shared_ptr Like Pointers That Can Dangle
📅Aug 1, 2018 · ☕ 3 min read

Potential use cases for std::weak_ptr include caching, observer lists, and the prevention of std::shared_ptr cycles.

2018/2018-08/01.gif

[EMCpp]Item-19 Use std::Shared_ptr for Shared-ownership Resource Management
📅Jul 31, 2018 · ☕ 5 min read

std::shared_ptrs offer convenience approaching that of garbage collection for the shared lifetime management of arbitrary resources.

2018/2018-07/31.gif

[EMCpp]Item-18 Use std::unique_ptr for Exclusive-ownership Resource Management
📅Jul 30, 2018 · ☕ 3 min read

std::unique_ptr is a small, fast, move-only smart pointer for managing resources with exclusive-ownership semantics.

2018/2018-07/30.gif

[EMCpp]Item-17 Understand Special Member Function Generation
📅Jul 25, 2018 · ☕ 2 min read

The special member functions are those ccompilers may generate on their own: default constructor, destructor, copy operations, and move operations.

2018/2018-07/25.gif

[EMCpp]Item-16 Make Const Member Functions Thread Safe
📅Jul 24, 2018 · ☕ 3 min read

Make const member functions thread safe unless we’re certain they’ll never be used in a concurrent context.

2018/2018-07/24.gif

  • 1
  • …
  • 24
  • 25
  • 26
  • …
  • 50

Nzo

Nzo
Yo!
New York, US
daoxinzhishui@gmail.com

Gallery
  • Digital
  • Film

Posts
  • My first fracture
  • Trade Sequencer
  • Trade Beats
  • Spirited away
  • New semester is coming

Notes
  • Computer Music Study 4: Electronic Music for Performance ft. Nicolas Collins
  • Computer Music Study 3: Music Based on Algo
  • Computer Music Study 2: Music based on synthetic electronic sound
  • Computer Music Study 1: Music based on recordings
  • DSP Review

Archive

Tags Algorithm 10 Clarinet 6 Computer Music 4 Cpp 125 Dsp 1 Film 3 Fracture 1 Generative Art 1 Ilford 3 Index 5 Leica 4 Machine Learning 1 Music 13 Music Theory 1 Photography 1 Recourse 1 Street Photography 91 Technique 130 Vocaloid 1
Categories Coding 140 Music 13 Thoughts 1 Visual 92
Series Algorithm 10 Computer Music 4 Effective C++ 128 Music Cover 6 Sports 1 Weekly 91

English 中文

Total visitors ...
Total views ...

©2025, All Rights Reserved CC BY-SA