Web Directory

  Templates (18)

Submit a Featured Link: [$19.00] Submit a Regular Link: [$9.00]  

See Also - Related Categories
Regular Websites in this category

Introduction to C++ Templates Open in a new windowLink Details
- C++ templates are a powerful mechanism for code reuse, as they enable the programmer to write code that behaves the same for data of any type.
- http://www.justsoftwaresolutions.co.uk/articles/intrototemplates.pdf

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
"Export" Restrictions, Part 2 Open in a new windowLink Details
- Takes a look at the current state of export and offers some advice on using export effectively.
- http://www.ddj.com/showArticle.jhtml?articleID=184401584

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
"Export" Restrictions, Part 1 Open in a new windowLink Details
- Explains what export is, and how it's intended to be used. Also looks at the problems export is widely assumed to address, and why it does not in fact address them the way most people think.
- http://www.ddj.com/dept/cpp/184401563

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Template Metaprogramming Open in a new windowLink Details
- With template metaprogramming the compiler acts as a virtual computer, emitting code optimized for a specific purpose or environment.
- http://bdn1.borland.com/article/borcon/files/4120/paper/4120.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Templates for Efficient Dynamic Type Checking Open in a new windowLink Details
- Presents a handy template that makes it easy to check casts without losing performance.
- http://www.ddj.com/dept/cpp/184403724

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Befriending Templates Open in a new windowLink Details
- Looks at why befriending a template in another namespace is easier said (in the standard) than done (using real-world compilers that don't quite get the Standard right).
- http://www.ddj.com/dept/cpp/184403853

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Typed Buffers, Part 2 Open in a new windowLink Details
- This article does not treat buffers directly, but rather two operations that are commonly performed with buffers: filling a buffer with a value and copying between buffers and various containers.
- http://www.ddj.com/dept/cpp/184403799

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Typed Buffers, Part 1 Open in a new windowLink Details
- This article treats memory buffers in C++, but with two twists: first, the buffers are generic, which means they can contain typed data. Second, the buffers are as efficient as their hosted type and the host operating system allows, in every aspect.
- http://www.ddj.com/dept/cpp/184403791

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Using Template Functions to Customize Library Behavior Open in a new windowLink Details
- Looks at function templates and how they can be used to provide hooks for customizing behavior.
- http://www.ddj.com/dept/cpp/184401370

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
An Improved Variant Type Based on Member Templates Open in a new windowLink Details
- This article presents the class variant_t, which encapsulates a mechanism to hold values of arbitrary types.
- http://www.ddj.com/dept/cpp/184401293

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Gnarly New C++ Language Features Open in a new windowLink Details
- Description and examples about some newer C++ template features which are now broadly supported by the compilers.
- http://www.cantrip.org/gnarly.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
C++ Templates FAQ Open in a new windowLink Details
- Covers advanced template topics and compiler specific issues.
- http://womble.decadentplace.org.uk/c++/template-faq.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
A Deeper Look at Metafunctions Open in a new windowLink Details
- This article investigates the use of metafunctions in template metaprogramming, and introduces the Boost Metaprogramming Library. It is an excerpt from the book, C++ Template Metaprogramming by David Abrahams and Aleksey Gurtovoy.
- http://www.artima.com/cppsource/metafunctions.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
C++ Templates: Metaprograms Open in a new windowLink Details
- Nicolai M. Josuttis and David Vandevoorde examine metaprogramming, or "programming a program." Learn how to lay out code that the programming system executes to generate new code that implements the functionality you really want.
- http://www.informit.com/articles/article.asp?p=30667

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Templates and Inheritance Interacting in C++ Open in a new windowLink Details
- Discover the interesting ways that templates and inheritance interact by taking a close look at named template arguments, the Empty Base Class Optimization (EBCO), the Curiously Recurring Template Pattern (CRTP), and parameterized virtuality.
- http://www.informit.com/articles/article.asp?p=31473

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Multiple Dispatch: A New Approach Using Templates and RTTI Open in a new windowLink Details
- This article focuses on two new techniques based on templates and Run Time Type Identification (RTTI).
- http://www.eptacom.net/pubblicazioni/pub_eng/mdisp.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Template MetaProgramming in C++ Open in a new windowLink Details
- Presentation with extended examples C++ template meta-programming. [PDF]
- http://medialab.di.unipi.it/web/AP/MetaProgramming.ppt

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Traits Open in a new windowLink Details
- A new and useful template technique that radically simplifies the interface to class templates instantiable on native C++ types.
- http://www.cantrip.org/traits.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing

Submit a Featured Link: [$19.00]  Submit a Regular Link: [$9.00]