C++ Telephone Directory

from tips i suppose programming tips....wat i noticed are:

1. editing the record.. why dont u search by name.. else memorising phone no. is difficult...also suppose you want to change the phone no. of one person.
2. for checking whether directory is empty u can group it into a funtion..the same code is repeating..
3. wat if 2 or more phone no.s are there..
4. add address too in the record..( just another string na)
5. u can include classes rather than functions..

is this the way u wanted response..;) ( i suppose wat i said above is just primitive things tats y.. :) )
u wanna make real telephone directory?
 
Back
Top