0_0_4850074_1392.cpp:19: error: invalid token
0_0_4850074_1392.cpp:19: error: expected constructor, destructor, or type conversion before '<' token
0_0_4850074_1392.cpp:19: error: expected `,' or `;' before '<' token
0_0_4850074_1392.cpp:22: error: redefinition of `struct node'
0_0_4850074_1392.cpp:4: error: previous definition of `struct node'
0_0_4850074_1392.cpp:28: error: redefinition of `class link'
0_0_4850074_1392.cpp:10: error: previous definition of `class link'
0_0_4850074_1392.cpp: In member function `void link::newlink()':
0_0_4850074_1392.cpp:47: error: 'struct node' has no member named 'a'
0_0_4850074_1392.cpp:48: error: 'struct node' has no member named 'b'
0_0_4850074_1392.cpp: At global scope:
0_0_4850074_1392.cpp:78: error: redefinition of `void link::newlink()'
0_0_4850074_1392.cpp:38: error: `void link::newlink()' previously defined here
0_0_4850074_1392.cpp:103: error: redefinition of `void link::output()'
0_0_4850074_1392.cpp:57: error: `void link::output()' previously defined here
0_0_4850074_1392.cpp: In function `int main()':
0_0_4850074_1392.cpp:114: error: redefinition of `int main()'
0_0_4850074_1392.cpp:68: error: `int main()' previously defined here
|