C++11 - default member initialization
You can initialize the member variable as shown the following in C++11. It will save a lot of typing when you have many constructors.
You can initialize the member variable as shown the following in C++11. It will save a lot of typing when you have many constructors.
I think that MVVM light is the essential tool for XAML based framework such as WPF, Silverlight, Windows 8, WindowPhone 8
Throw by value. Catch by reference No dynamic exception specifications. Use noexcept. Destructors that throw are evil. Use RAII. (Every responsibili...
Scott Myer’s word for design software.
std::throw_with_nested will create a class inherited from std::std::nested_exception and user exception then it will get current exception and user exception...