0_0_2456920_895.c:1:19: iostream: No such file or directory
0_0_2456920_895.c:2:17: string: No such file or directory
0_0_2456920_895.c:3: error: syntax error before "namespace"
0_0_2456920_895.c:16: error: syntax error before "dictree"
0_0_2456920_895.c:21: error: syntax error before '}' token
0_0_2456920_895.c:29: error: syntax error before '*' token
0_0_2456920_895.c: In function `find':
0_0_2456920_895.c:32: error: `dictree' undeclared (first use in this function)
0_0_2456920_895.c:32: error: (Each undeclared identifier is reported only once
0_0_2456920_895.c:32: error: for each function it appears in.)
0_0_2456920_895.c:32: error: `p' undeclared (first use in this function)
0_0_2456920_895.c:36: error: `NULL' undeclared (first use in this function)
0_0_2456920_895.c: In function `insert':
0_0_2456920_895.c:82: error: dereferencing pointer to incomplete type
0_0_2456920_895.c:82: error: `NULL' undeclared (first use in this function)
0_0_2456920_895.c:83: error: dereferencing pointer to incomplete type
0_0_2456920_895.c:83: error: `new' undeclared (first use in this function)
0_0_2456920_895.c:83: error: syntax error before "dictree"
0_0_2456920_895.c:83: error: `dictree' undeclared (first use in this function)
0_0_2456920_895.c:84: error: dereferencing pointer to incomplete type
0_0_2456920_895.c:85: error: dereferencing pointer to incomplete type
0_0_2456920_895.c: In function `main':
0_0_2456920_895.c:93: error: `cin' undeclared (first use in this function)
0_0_2456920_895.c:97: error: `new' undeclared (first use in this function)
0_0_2456920_895.c:97: error: syntax error before "dictree"
0_0_2456920_895.c:104: error: `cout' undeclared (first use in this function)
0_0_2456920_895.c:104: error: `endl' undeclared (first use in this function)
|