View Poll Results: Rate this program on a scale of 1 to 4

Voters
8. You may not vote on this poll
  • 1

    0 0%
  • 2

    1 12.50%
  • 3

    3 37.50%
  • 4

    4 50.00%

Thread: Address book

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    79

    Address book

    This is a simple address book I have created. It has quite a few features. Please rate it.
    If you want to download the installer you may go to...
    http://www.angelfire.com/al2/starwar...y/dirhome.html
    Last edited by sundeeptuteja; 08-13-2002 at 11:13 AM.

  2. #2
    Registered User GrNxxDaY's Avatar
    Join Date
    Jul 2002
    Posts
    140
    not bad. i would make the display option more friendly.. like a display all, or i can just type the a letter and it brings me to that alphabet listing or something.
    AOL: GrNxxDaY
    IDE: Dev-C++ Beta 5 (v4.9.4.1)
    Project: Eye of Sahjz (text-RPG)
    If you think I may need help, please IM me.

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    79
    Indeed, if you hit the 'a' key it should take you directly to that alphabet listing. By typing in any alphabet, it takes you directly to the listing for that alphabet. Please let me know if this does not work.
    Last edited by sundeeptuteja; 08-14-2002 at 09:32 AM.

  4. #4
    Registered User
    Join Date
    May 2002
    Posts
    85
    It's nice program, however you did not do alot
    on data validation. For example, when I enter
    an email address like: heygeek@@@##-2u.com, it
    accepted, it should promt invalid email address
    or something! Also, for big program like this
    It's nice to use Object Oriented implement to
    make code cleaner.
    Since I have reviewed several AddressBook programs out there on the Net and it make me to vote
    number 2 for your program. Hope to see your
    next enhanced version.
    DV007

  5. #5
    Seeking motivation... endo's Avatar
    Join Date
    May 2002
    Posts
    537
    Is 1 good and 4 bad, or the other way round?
    Couldn't think of anything interesting, cool or funny - sorry.

  6. #6
    Registered User moonwalker's Avatar
    Join Date
    Jul 2002
    Posts
    282

    Cool!

    Assuming 4 as Max., I gave a 4 to your program.

    I was surprised to see only
    two lines of code in your main and one of them
    being return 0


    You did put a lot of work behind this. Cool!
    Last edited by moonwalker; 08-17-2002 at 12:02 PM.

  7. #7
    Registered User
    Join Date
    Jun 2002
    Posts
    79
    4 is maximum(best), and 1 is minimum(worst). I sure hope no one else got this wrong

  8. #8
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    I say it's mighty fine.
    I have a few questions though:

    1.
    Why use goto....on a menu!?

    2.
    Gotoxy was used a bit to much. You couldn't whip up a function that atleast does this for you? Something along the lines of manipulating goto into sending the cursor somewhere, printing out what you need, then returning to your spot? Or, just forget gotoxy all together.

    3.
    ONE source file?
    The world is waiting. I must leave you now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I am very new . . . :(
    By Eternalglory47 in forum C++ Programming
    Replies: 6
    Last Post: 09-05-2008, 11:29 AM
  2. Replies: 10
    Last Post: 09-04-2008, 01:27 PM
  3. simple structure/linked list question
    By niponki in forum C Programming
    Replies: 16
    Last Post: 08-14-2005, 11:13 PM
  4. Memory leak - need help finding
    By ChadJohnson in forum C++ Programming
    Replies: 8
    Last Post: 04-06-2005, 07:26 PM
  5. Books on C and C++
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-28-2002, 04:18 PM