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
Item-17 Store newed objects in smart pointers in standalone statements
📅Feb 5, 2018 · ☕ 2 min read

Failure to do this can lead to subtle resource leaks when exceptions are thrown.

2018/2018-02/2018-02-05.jpg

Item-16 Use the same form in corresponding uses of new and delete
📅Feb 4, 2018 · ☕ 2 min read

If you use [] in a new expression, use [] in the corresponding delete expression; If not, no [] in the matching delete expression.

2018/2018-02/2018-02-04.jpg

Item-15 Provide access to raw resource in resource-managing classes
📅Feb 3, 2018 · ☕ 3 min read

Each RAII class should offer a way to get at the resource it manages.

2018/2018-02/2018-02-03.jpg

Item-14 Copy behavior in resource-managing classes
📅Feb 2, 2018 · ☕ 4 min read

Copying an RAII object entails copying the resource it manages, so the copying behavior of the resource determines the copying behavior of the RAII object.

2018/2018-02/2018-02-02.jpg

Item-13 Use objects to manage resources
📅Feb 1, 2018 · ☕ 3 min read

Use RAII objects such as tr1::shared_ptr and auto_ptr to prevent resource leaks.

2018/2018-02/2018-02-01.jpg

  • 1
  • …
  • 41
  • 42
  • 43
  • …
  • 48

Nzo

Nzo
Pain is inevitable. Suffering is optional.
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 85 technique 130 vocaloid 1
Categories coding 140 music 13 thoughts 1 visual 86
Series algorithm 10 computer music 4 effective c++ 128 music cover 6 sports 1 weekly 85

English 中文

Total visitors ...
Total views ...

©2025, All Rights Reserved CC BY-SA