Click here to Skip to main content
15,884,629 members
Everything / Templates

Templates

templates

Great Reads

by Bruno van Dooren
How concepts can be used in template programming for partial specialization
by Kunal Chowdhury «IN»
Customized Scrolling in Silverlight using Expression Blend
by Vincent Maverick Durano
The new version of ApiBoilerPlate has recently been released. In this post, we will take a look at the new features added to the template.
by Anton Chibisov
This tutorial showcases how to implement C++ delegates which are capable of being bound to methods and functions having arbitrary signature, i.e., any number and type of parameters and return value.

Latest Articles

by Bruno van Dooren
Ways to enforce an interface contract on static methods, similar to what you would expect from static virtual methods if they'd exist in C++
by Bruno van Dooren
How concepts can be used in template programming for partial specialization
by Bruno van Dooren
This article describes a way to hash data using the latest Win32 API and C++
by honey the codewitch
Make your projects far more powerful with some foundational code templating techniques

All Articles

Sort by Score

Templates 

31 Jul 2014 by SrikantSahu
This tip can be used to know more about how dojo templated widgets can be created and used inside a portlet programmatically.
18 Sep 2015 by Shvetsov Evgeniy
Type tricks (above described and other)
26 Mar 2011 by jc3po
How generics can be used to sort lists easily and efficiently.
4 Jul 2020 by MarkWardell
An aid to Port WPF Framework Applications to .NET Core 3.1
12 Sep 2015 by Shvetsov Evgeniy
Using C++ templates? Wish your template algorithm will be versatile and ready to work with the classes, which do not fully support the required interface? Want more functional programming with C++? Get it now!
28 Nov 2014 by Mario Majčica
A way to add a custom category for your Visual Studio Templates
3 Jun 2014 by Ankesh Dave
This article explains the basic usage of MVC Template System
4 Jan 2015 by Geoffrey Mellar
Template class for calling trigger functions by a key
9 Apr 2015 by Parvathaneni Mamatha
How to use Razor Views as Email Templates and Localize them using sample WebAPI
1 Dec 2017 by Jon McKee
How to do it and why it works
7 May 2014 by Gregory Morse
Activating WRL audio interfaces in native C++
8 Jan 2014 by zaphoed
Helpers to declare and define multicast event sources and sinks in C++
28 Oct 2019 by Michael Bergman
Wrapper: A Bridge for Class Properties
8 Feb 2015 by Houssem_Dellai
This short tip will show you how to create a project template for Visual Studio and make it available for any VS user.
7 Jul 2011 by Doc Lobster
Be sure that your array has the right size - without using size_of!
23 Oct 2015 by schollii
Classes that provide simple Pythonic enumeration of STL container items using range-for loop in C++11
3 Jul 2019 by rohitsies
This article describes an advanced technique and configuration to automatically transform and run your all or selected T4 templates when a project is build.
3 Mar 2014 by vikrantc1355
C++ Numeric Limits and Template Specialization
29 Nov 2012 by Gareth Jensen
Tips on how to declare a class template in a header file and define a class template in a source file.