Advertisement
Membership
Login
ACCU Buttons
Programming Topics and Overload Journal #126 - April 2015
Browse in : |
All
> Topics
> Programming
All > Journals > Overload > o126 Any of these categories |
- Options:
- View Article Map
- View Archives
Alternatives to Singletons and Global Variables
Description : Global variables and Singletons are usually considered bad. Bob Schmidt summarises some alternatives.
Description : Global variables and Singletons are usually considered bad. Bob Schmidt summarises some alternatives.
Resource Management with Explicit Template Specializations
Description : RAII is a useful idiom. Pavel Frolov presents a powerful extension using explicit template specialization.
Description : RAII is a useful idiom. Pavel Frolov presents a powerful extension using explicit template specialization.
Variadic and Variable Templates
Description : C++11 and 14 offer new features for Variadic and Variable templates. Peter Sommerlad showcases the compile-time possibilities they offer.
Description : C++11 and 14 offer new features for Variadic and Variable templates. Peter Sommerlad showcases the compile-time possibilities they offer.
iterator_pair – A Simple and Useful Iterator Adapter
Description : Can you form a new contain from two others? Vladimir Grigoriev reminds us how to write an iterator.
Description : Can you form a new contain from two others? Vladimir Grigoriev reminds us how to write an iterator.
Seeing the Wood for the Trees
Description : The outdoors is fabled to be great. Teedy Deigh suggests your code reflects your environment without ever having to look out of the window.
Description : The outdoors is fabled to be great. Teedy Deigh suggests your code reflects your environment without ever having to look out of the window.