Tags: #avoidbugs #moderncpp
http://www.viva64.com/en/b/0429/
" Let's see which techniques in modern C++ help writing not only simple and clear code, but make it safer and more reliable. "
http://www.viva64.com/en/b/0429/
" Let's see which techniques in modern C++ help writing not only simple and clear code, but make it safer and more reliable. "
Viva64
How to avoid bugs using modern C++
One of the main problems with C++ is having a huge number of constructions whose behavior is undefined, or is just unexpected for a programmer. We often come across them when using our st...