Betriebstechnik | Biographien | Biologie | Chemie | Deutsch | Digitaltechnik |
Electronica | Epochen | Fertigungstechnik | Gemeinschaftskunde | Geographie | Geschichte |
Informatik | Kultur | Kunst | Literatur | Management | Mathematik |
Medizin | Nachrichtentechnik | Philosophie | Physik | Politik | Projekt |
Psychologie | Recht | Sonstige | Sport | Technik | Wirtschaftskunde |
Ähnliche Berichte:
|
Projekte:
|
Papers in anderen sprachen:
|
informatik referate |
Parametrisierte Funktionen und Klassen
template
<class T>
T mittel (T *a, int n)
.
int feld[] = ;
cout << mittel (feld, 6);
float feld2[] = ;
cout << mittel (f2, 3);
template <class ElTyp>
class STACK
;
template <class ElTyp>
STACK <class ElTyp>::STACK
(int gr)
template <class ElTyp>
STACK <class ElTyp>::~STACK
()
template <class ElTyp>
STACK <class ElTyp>::void
push (ElTyp e)
template <class ElTyp>
STACK <class ElTyp>::ElTyp
pop ()
template <class ElTyp>
STACK <class ElTyp>::int
empty ()
template <class ElTyp>
STACK <class ElTyp>::int
full ()
STACK<int> iStack(10);
STACK<float> fStack;
typedef STACK<char*> szSTACK;
szSTACK sSTACK;
iStack.push;
sStack.push('Karli');
class STACK
;
STACK<int, 100>
Referate über:
|
Datenschutz |
Copyright ©
2024 - Alle Rechte vorbehalten AZreferate.com |
Verwenden sie diese referate ihre eigene arbeit zu schaffen. Kopieren oder herunterladen nicht einfach diese # Hauptseite # Kontact / Impressum |