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-14 Declare Functions Noexcept if They Won't Emit Exception
📅Jul 20, 2018 · ☕ 3 min read

Most functions are exception-neutral, but for some, such as move operations, swap, memory deallocation functions, and destructors, noexcept is particularly valuable.

2018/2018-07/20.gif

[EMCpp]Item-13 Prefer Const_iterators to Iterators
📅Jul 19, 2018 · ☕ 3 min read

In maximally generic code, prefer non-member versions of begin, end, rbegin, etc., over their member function counterparts.

2018/2018-07/19.gif

[EMCpp]Item-12 Declare Overriding Functions Override
📅Jul 18, 2018 · ☕ 2 min read

C++11 gives us a way to make explicit that a derived class function is supposed to override a base class version: override.

2018/2018-07/18.gif

Nodes on Clean Architecture
📅Jul 17, 2018 · ☕ 3 min read

A brief notes on Clean Architecture

2018/2018-07/17.jpg

[EMCpp]Item-11 Prefer Deleted Functions to Private Undefined Ones
📅Jul 16, 2018 · ☕ 3 min read

Any function may be deleted, including non-member functions and template instantiations.

2018/2018-07/16.gif

  • 1
  • …
  • 24
  • 25
  • 26
  • …
  • 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