.. _app01: Appendix A. C++ Templates by Example ************************************ .. _iddle1294: .. _iddle2970: This chapter is meant to be a brief introduction to the basics of C++ templates using examples. It also shows some of the advanced template features that ATL uses, but without any ATL code cluttering up things. For a more thorough introduction to templates, see Stan Lippman's **C++ Primer** (Addison-Wesley, 2005). .. include:: app01lev1sec1.rest .. include:: app01lev1sec2.rest .. include:: app01lev1sec3.rest .. include:: app01lev1sec4.rest .. include:: app01lev1sec5.rest .. include:: app01lev1sec6.rest