View Single Post
  #1  
Old 04-20-2010, 04:03 AM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default User Defined Naming of an Object.

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...
__________________
C++
domain name forum
Reply With Quote