phone book implementation for winXP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neeraj pandey
    New Member
    • Feb 2007
    • 9

    phone book implementation for winXP

    Hi all,
    I need to implement phone book for WinXp.
    We have in built APIs for phone book for all windows mobile based OS.
    How can i implement the same thing for WinXP ??



    I need ur help........
    looking fwd.
  • DeMan
    Top Contributor
    • Nov 2006
    • 1799

    #2
    online phone book: www.yellowpages .com

    Comment

    • neeraj pandey
      New Member
      • Feb 2007
      • 9

      #3
      Hi ,
      Thanks, But i need to implement phone book for WinXP . Can u tell me any idea to implement it ??


      Thanks,
      Neeraj Pandey.

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Originally posted by neeraj pandey
        Hi ,
        Thanks, But i need to implement phone book for WinXP . Can u tell me any idea to implement it ??


        Thanks,
        Neeraj Pandey.
        Choose a data structure to hold your phonebook entries. I would concentrate on speed of search for the data structure, and not so much on insertion/removal. Then populate the data structure. Then create a search function based on input criteria. Depending on what you want inserted, you might want to write your own class for the data type.

        Comment

        Working...