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
  • …
  • 42
  • 43
  • 44
  • …
  • 49

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 90 Technique 130 Vocaloid 1
Categories Coding 140 Music 13 Thoughts 1 Visual 91
Series Algorithm 10 Computer Music 4 Effective C++ 128 Music Cover 6 Sports 1 Weekly 90

English 中文

Total visitors ...
Total views ...

©2025, All Rights Reserved CC BY-SA