Log in

View Full Version : User Defined Naming of an Object.


C++
04-20-2010, 04:03 AM
Hello for my C++ programming class I am programming a Dictionary program that allows the user to enter in definitions and stores them between 2 classes. Dictionary which will contain all my entries and Entry which will contain the definition for every word that the user inputs. Now when they...