0_0_23097601_2073.cpp: In constructor 'no::no()':
0_0_23097601_2073.cpp:93:9: error: 'ad' was not declared in this scope
no() { ad = new * no[DOT]; FILL(adj,0); }
^
0_0_23097601_2073.cpp:93:18: error: expected type-specifier before '*' token
no() { ad = new * no[DOT]; FILL(adj,0); }
^
0_0_23097601_2073.cpp:93:22: error: expected primary-expression before '[' token
no() { ad = new * no[DOT]; FILL(adj,0); }
^
|