View Single Post
Old Mar 18th, 2008, 9:10 PM   #2
pr0gm3r
Hobbyist Programmer
 
Join Date: Dec 2004
Location: CA
Posts: 102
Rep Power: 4 pr0gm3r is on a distinguished road
Send a message via MSN to pr0gm3r
Re: sorting database with delimiters.

are you trying to write simple address book in GUI application or console mode?

to recognize the delimiter you need to use the stream header file to tokenize each character. Array will help organize this delimiter. try google for open source software and improve those source code. I am sure there are some application that was develop to keep address book.
__________________
--
pr0gm3r
pr0gm3r is offline   Reply With Quote