It's a simple dictionary, to work with pointer arrays a little. The program is supposed to tell the user when the word entered isnt in the database. Instead, the program crashes (dictionary.exe not responding).
When I enter words from the database(array) cin.get() doesn't do what it should... the definition appears and the program terminates withing 1/10 of second or so. Is it my code(copied directly from a textbook)? Or is it Dev-C++?
ahh... so then limiting the size is a separate task altogether! I must not understand what the values in the brackets for the array are... please to can explain?
This did fix both errors though so, thank you for that! Why would the textbook give me such junky code?