Results 231 to 240 of about 23,391 (245)
Some of the next articles are maybe not open access.
2002
Templates sind Vorlagen fur Funktionen oder Klassen, denen man als Parameter Datentypen ubergeben kann. Aus einem Template und einem Argument fur den Datentyp eines Parameters erzeugt der Compiler dann eine Funktion oder Klasse, die anstelle des Parameters das Argument als Datentyp enthalt.
openaire +1 more source
Templates sind Vorlagen fur Funktionen oder Klassen, denen man als Parameter Datentypen ubergeben kann. Aus einem Template und einem Argument fur den Datentyp eines Parameters erzeugt der Compiler dann eine Funktion oder Klasse, die anstelle des Parameters das Argument als Datentyp enthalt.
openaire +1 more source
2014
You saw in Chapter 13 that the STL provides different types of string classes by specializing a template to create different implementations. This is where the template part of the STL comes from. The STL string classes are what we call containers, because they store string data.
openaire +1 more source
You saw in Chapter 13 that the STL provides different types of string classes by specializing a template to create different implementations. This is where the template part of the STL comes from. The STL string classes are what we call containers, because they store string data.
openaire +1 more source
2004
Die Wiederverwendbarkeit von Code durch Anwendung von Templates, d. h. von datentypunabhangigen Funktionen und Klassen, ist ein grundlegendes Ziel der OOP. Durch die Aufnahme standardisierter Templates in die ANSI C++ Norm wird dem Programmierer eine erprobte, flexible, allgemein gultige Implementierung von Algorithmen und Datenstrukturen an die Hand ...
openaire +1 more source
Die Wiederverwendbarkeit von Code durch Anwendung von Templates, d. h. von datentypunabhangigen Funktionen und Klassen, ist ein grundlegendes Ziel der OOP. Durch die Aufnahme standardisierter Templates in die ANSI C++ Norm wird dem Programmierer eine erprobte, flexible, allgemein gultige Implementierung von Algorithmen und Datenstrukturen an die Hand ...
openaire +1 more source
STL for Derivatives Programming
2016Modern financial programming in C++ makes heavy use of template-based algorithms. Many of the basic algorithms related to trading options and their derivatives are implemented in terms of function and class templates. This is done due to the superior advantages of templates in performance as well as their ability to improve code reuse.
openaire +1 more source
2014
The next few chapters of this book are going to introduce you to the Standard Template Library (STL). The STL contains classes that you can use to manipulate strings, store objects, and access them using several different patterns. The STL also provides iterators to traverse collections and algorithms for carrying out different types of operations on ...
openaire +1 more source
The next few chapters of this book are going to introduce you to the Standard Template Library (STL). The STL contains classes that you can use to manipulate strings, store objects, and access them using several different patterns. The STL also provides iterators to traverse collections and algorithms for carrying out different types of operations on ...
openaire +1 more source
2014
The STL containers you have seen so far have all provided options for storing and retrieving values and are suited to different circumstances. The stack and queue containers are designed for different reasons. Although they do store values, their behavior is much more important. I'll show you exactly how these containers behave in this chapter.
openaire +1 more source
The STL containers you have seen so far have all provided options for storing and retrieving values and are suited to different circumstances. The stack and queue containers are designed for different reasons. Although they do store values, their behavior is much more important. I'll show you exactly how these containers behave in this chapter.
openaire +1 more source

