Please just C++ code, thank you.
Task:
Word list. Write a program that reads a text file and creates a list of words occurring in this file. Use a binary search tree (BST). Details to be discussed.