0_0_12263413_30687.cpp:7: error: ISO C++ forbids initialization of member `IsWord'
0_0_12263413_30687.cpp:7: error: making `IsWord' static
0_0_12263413_30687.cpp:7: error: ISO C++ forbids in-class initialization of non-const static member `IsWord'
0_0_12263413_30687.cpp:9: error: ISO C++ forbids initialization of member `fail'
0_0_12263413_30687.cpp:9: error: making `fail' static
0_0_12263413_30687.cpp:9: error: invalid in-class initialization of static data member of non-integral type `Node*'
0_0_12263413_30687.cpp:10: error: a brace-enclosed initializer is not allowed here before '{' token
0_0_12263413_30687.cpp:10: error: ISO C++ forbids initialization of member `next'
0_0_12263413_30687.cpp:10: error: making `next' static
0_0_12263413_30687.cpp:10: error: invalid in-class initialization of static data member of non-integral type `Node*[26]'
0_0_12263413_30687.cpp: In function `void search()':
0_0_12263413_30687.cpp:19: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:20: error: 'struct Node' has no member named 'fail'
0_0_12263413_30687.cpp:21: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:31: error: 'struct Node' has no member named 'fail'
0_0_12263413_30687.cpp: In function `void Insert()':
0_0_12263413_30687.cpp:42: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:44: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:47: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp: In function `void GetFail()':
0_0_12263413_30687.cpp:63: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:65: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:67: error: 'struct Node' has no member named 'fail'
0_0_12263413_30687.cpp:69: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:70: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:70: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:73: error: 'struct Node' has no member named 'fail'
0_0_12263413_30687.cpp:76: error: 'struct Node' has no member named 'next'
0_0_12263413_30687.cpp:78: error: 'struct Node' has no member named 'next'
|