0_0_4821925_1491.cpp: In function `void OutOfRange()':
0_0_4821925_1491.cpp:27: error: `cout' undeclared (first use this function)
0_0_4821925_1491.cpp:27: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4821925_1491.cpp:27: error: `endl' undeclared (first use this function)
0_0_4821925_1491.cpp: In member function `void SeqList<DataType>::traverse()':
0_0_4821925_1491.cpp:94: error: `cout' undeclared (first use this function)
0_0_4821925_1491.cpp:94: error: `endl' undeclared (first use this function)
|