next up previous
Next: Beispiel: Set Up: Container (forts.) Previous: Assoziative Container

Verwendung eines Set

1.
#include <set> // Includiere Header-Datei set.h
2.
typedef set<unsigned int> IntSet; // Definiere einen neuen Typ ``IntSet''
3.
IntSet tip; // Leerer IntSet-Container


next up previous
Next: Beispiel: Set Up: Container (forts.) Previous: Assoziative Container

© 1997 Gottfried Rudorfer, C++-AG, Lehrveranstaltungen, Abteilung für Angewandte Informatik, Wirtschaftsuniversität Wien, 12/1/1998