Mega Code Archive
Categories
/
C++
/
List
Instantiating an STL List of Integers
#include
int main () { using namespace std; list
listIntegers; return 0; }