To see the other types of publications on this topic, follow the link: C++ templates.

Books on the topic 'C++ templates'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 50 books for your research on the topic 'C++ templates.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse books on a wide variety of disciplines and organise your bibliography correctly.

1

1953-, Pappas Chris H., ed. Visual C++ templates. Prentice Hall, 2000.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Ladd, Scott Robert. C++ templates and tools. M&T Books, 1995.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Ladd, Scott Robert. C++ templates and tools. 2nd ed. M&T Books, 1996.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

M, Josuttis Nicolai, ed. C++ templates: The complete guide. Addison-Wesley, 2003.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

Schneeweiss, Ralph. Moderne C++ Programmierung: Klassen, Templates, Design Patterns. 2nd ed. Springer Vieweg, 2012.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

Vandevoorde, David. C [plus plus] templates: The complete guide. Addison-Wesley, 2003.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Kimmich, Rachel Denise Anne. Templates for the C-terminal nucleation of alpha-helices in peptides. [s.n.], 1997.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Research Institute for Advanced Computer Science (U.S.), ed. A portable MPI-based parallel vector template library. Research Institute for Advanced Computer Science, NASA Ames Research Center, 1995.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Research Institute for Advanced Computer Science (U.S.), ed. A portable MPI-based parallel vector template library. Research Institute for Advanced Computer Science, NASA Ames Research Center, 1995.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Research Institute for Advanced Computer Science (U.S.), ed. A portable MPI-based parallel vector template library. Research Institute for Advanced Computer Science, NASA Ames Research Center, 1995.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
11

Wei, Li. C++ Template Metaprogramming in Practice. Auerbach Publications, 2020. http://dx.doi.org/10.1201/9781003102311.

Full text
APA, Harvard, Vancouver, ISO, and other styles
12

1944-, Plauger P. J., ed. The C++ standard template library. Prentice Hall PTR, 2001.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
13

Robert, Robson. Using the STL: The C++ standard template library. Springer, 1998.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
14

Mark, Nelson. C++ programmer's guide to the standard template library. Programmers Press, 1995.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
15

Horton, Ivor. Using the C++ Standard Template Libraries. Apress, 2015. http://dx.doi.org/10.1007/978-1-4842-0004-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
16

Barry, Le Va. Barry LeVa: Dreaded intrusions--institutional templates : studies for combinations and arrangements of sculpture occupying wall and floor areas : lithographs and collages, 1989-1991. F. Jahn, 1992.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
17

Bergin, Joseph. Data structure programming: With the standard template library in C++. Springer, 1998.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
18

Musser, David R. STL tutorial and reference guide: C++ programming with the standard template library. Addison-Wesley Pub. Co., 1996.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
19

Bergin, Joseph. Data Structure Programming: With the Standard Template Library in C++. Springer New York, 1998.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
20

Kormanyos, Christopher Michael. Real-Time C++: Efficient Object-Oriented and Template Microcontroller Programming. Springer Berlin Heidelberg, 2013.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
21

Austern, Matthew H. Generic programming and the STL: Using and extending the C[plus plus] Standard Template Library. Addison-Wesley, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
22

Kormanyos, Christopher Michael. Real-time C++: Efficient object-oriented and template micro-controller programming. Springer, 2013.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
23

Aleksey, Gurtovoy, ed. C++ template metaprogramming: Concepts, tools, and techniques from boost and beyond. Addison-Wesley, 2005.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
24

Selwood, Dominic. Knights of the cloister: Templars and Hospitallers in central-southern Occitania, c.1100-c.1300. Boydell, 2002.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
25

Selwood, Dominic. Knights of the cloister: Templars and Hospitallers in central-southern Occitania, c. 1100-c. 1300. Boydell Press, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
26

1963-, Saini Atul, and Derge Gillmer J, eds. STL tutorial and reference guide: C++ programmng with the standard template library. 2nd ed. Addison-Wesley, 2001.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
27

Vandevoorde, David, and Nicolai M. Josuttis. C++ Templates: The Complete Guide. Addison-Wesley Professional, 2002.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
28

Vandevoorde, David, Nicolai Josuttis, and Douglas Gregor. C++ Templates: The Complete Guide. Pearson Education, Limited, 2017.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
29

Vandevoorde, David, Nicolai Josuttis, and Douglas Gregor. C++ Templates: The Complete Guide. Pearson Education, Limited, 2017.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
30

Boudreau, Joseph F., and Eric S. Swanson. Templates, the standard C++ library, and modern C++. Oxford University Press, 2018. http://dx.doi.org/10.1093/oso/9780198708636.003.0017.

Full text
Abstract:
This chapter is devoted to programming techniques which rely on the C++ template mechanism. This mechanism, which is the basis of a computing style known as generic programming, allows whole families of functions and classes to be easily written. It is described early in the chapter. A host of extremely useful template functions and classes is universally available in the C++ standard library, including container classes (vector, list, set, and map) and algorithms used to sort, shuffle, and otherwise manipulate or query their contents. The chapter closes with an introduction to the newer const
APA, Harvard, Vancouver, ISO, and other styles
31

Template Metaprogramming with C++: Learn Everything about C++ Templates and Unlock the Power of Template Metaprogramming. de Gruyter GmbH, Walter, 2022.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
32

Bancila, Marius. Template Metaprogramming with C++: Learn Everything about C++ Templates and Unlock the Power of Template Metaprogramming. Packt Publishing, Limited, 2022.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
33

Vandevoorde, David, Nicolai M. Josuttis, and Douglas Gregor. C++ Templates: The Complete Guide (2nd Edition). Addison-Wesley Professional, 2017.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
34

Schneeweiß, Ralf. Moderne C++ Programmierung: Klassen, Templates, Design Patterns. Springer London, Limited, 2006.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
35

Vandevoorde, David, and Nicolai Josuttis. C++ Templates: The Complete Guide, Portable Documents. Pearson Education, Limited, 2021.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
36

Griffiths, Michael. C++ Data Structures with Templates: From First Principles in C. Independently Published, 2018.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
37

Schneeweiß, Ralf. Moderne C++ Programmierung: Klassen, Templates, Design Patterns (Xpert.press). Springer, 2006.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
38

Bhadra, Vivek. C++ Templates up and Running: Everything You Need to Know about Writing Clean and Maintainable Code for C++ Templates. Packt Publishing, Limited, 2022.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
39

Compositions, Maryem's. C: Notebook Wide Ruled with Templates for Comic Fans. Independently Published, 2021.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
40

Quinn, Dr Rian. Advanced C++ Programming Cookbook: Become an expert C++ programmer by mastering concepts like templates, concurrency, and type deduction. Packt Publishing, 2020.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
41

Quinn, Rian. Advanced C++ Programming Cookbook: Become an Expert C++ Programmer by Mastering Concepts Like Templates, Concurrency, and Type Deduction. de Gruyter GmbH, Walter, 2020.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
42

Sazanavets, Fiodar. Easiest Way to Learn Design Patterns: With C# Code Samples Using . NET 6 Templates. Independently Published, 2022.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
43

Sazanavets, Fiodar. Easiest Way to Learn Design Patterns: With C# Code Samples Using . NET 6 Templates. Independently Published, 2022.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
44

A portable MPI-based parallel vector template library. Research Institute for Advanced Computer Science, NASA Ames Research Center, 1995.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
45

Costambeys, Marios. Archives and Social Change in Italy, c.900–1100. Oxford University Press, 2018. http://dx.doi.org/10.1093/oso/9780198777601.003.0021.

Full text
Abstract:
Chris Wickham’s chapter on ‘Land disputes and their social framework in Lombard- Carolingian Italy’ set the tone for a generation of scholarship, revealing, like other chapters in the same book, the utility of dispute records for writing the social history of early medieval Europe. Societal changes are nowhere more obvious than in the disputes to which they give rise. It is no accident, therefore, that documents generated by law courts have been central to historiography concerned with the nature and sharpness of social change in the post-Carolingian West, to which Chris has also contributed s
APA, Harvard, Vancouver, ISO, and other styles
46

Designs, Living His Story. Women's Prayer Journal: Prayer Journal for Young Women / Intercessory Prayer Weekly Planner / Spiritual Life Weekly Planner / the Lord's Prayer Guided Templates / A. C. T. S. Prayer Journal. Independently Published, 2020.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
47

Designs, Living His Story. Women's Prayer Journal: Prayer Journal for Young Women / Intercessory Prayer Weekly Planner / Spiritual Life Weekly Planner / the Lord's Prayer Guided Templates / A. C. T. S. Prayer Journal. Independently Published, 2020.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
48

Stepanov, Alexander A., Meng Lee, P. J. Plauger, and David R. Musser. C++ Standard Template Library, The. Prentice Hall PTR, 2000.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
49

Stepanov, Alexander A., Meng Lee, P. J. Plauger, and David R. Musser. C++ Standard Template Library, The. Prentice Hall PTR, 2000.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
50

Horton, Ivor. Using the C++ Standard Template Libraries. Apress L. P., 2015.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!