Click here to Skip to main content
15,888,521 members
Articles / Programming Languages / C++

Template Metaprogramming with Modern C++: Introduction

Rate me:
Please Sign up or sign in to vote.
4.74/5 (15 votes)
2 Oct 2014CPOL7 min read 34.1K   30  
This posts tries to introduce template metaprogramming to the average C++ programmer, showing how it works, what can do, and finally leading with its problems trying to make it easier than in the old days of C++98, thanks to C++11 and C++14 language improvements.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer biicode
Spain Spain
biicode is a C/C++ dependencies manager with a hosting service. For C/C++ developers that think a dependency manager is needed, biicode is a multiplatform tool and hosting service that allows you to build your projects easily, integrate third party code and reuse code among projects with just #includes.
This is a Organisation

3 members

Comments and Discussions