prog.cpp:15:14: warning: multi-character character constant
prog.cpp:32:18: error: trie.h: No such file or directory
prog.cpp: In constructor ‘TrieNode::TrieNode()’:
prog.cpp:15: warning: overflow in implicit constant conversion
prog.cpp: In function ‘void insert(TrieNode&, const std::string&)’:
prog.cpp:39: error: invalid types ‘char[int]’ for array subscript
prog.cpp:41: error: ‘i’ was not declared in this scope
prog.cpp:48: error: no match for ‘operator=’ in ‘node = n’
prog.cpp:8: note: candidates are: TrieNode& TrieNode::operator=(const TrieNode&)
prog.cpp:50: error: no match for ‘operator=’ in ‘node = node->TrieNode::letters[c]’
prog.cpp:8: note: candidates are: TrieNode& TrieNode::operator=(const TrieNode&)
prog.cpp: In function ‘int main()’:
prog.cpp:68: error: invalid initialization of non-const reference of type ‘TrieNode&’ from a temporary of type ‘TrieNode*’
prog.cpp:34: error: in passing argument 1 of ‘void insert(TrieNode&, const std::string&)’