1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include <iostream.h> #include "mydefs2.h"
|
|||||||||||
|
// for the linked-list definition |
|||||||||||
|
for( i = 0; i < 20; i++ ) {
|
|||||||||||
|
} |
|||||||||||
|
Only one character different in the #include!
|
|||||||||||
|
A linked list implementation of stack |
|||||||||||