| re: comments needed
"Rajat Chadda" <rajat.chadda@wipro.com> wrote in message
news:8480cb53.0402231436.20bfb5ad@posting.google.c om...[color=blue]
> We are asked to write a library (component) that will manage a list of
> users. The library will contain the following user information:
> userid, first
> name, last name, and password. The users information has to be
> persistent.
> Our library will allow a user of the library to create accounts. Then
> a
> query can be made to get the user's first name or last name. To verify
> password, a userid and password is given. The password is stored in a
> way that others will not be able to decipher what the password is by
> visually inspecting the storage.
>
> How should we go about implementing this library? What are your design
> thoughts?[/color]
Well, how would you go on implementing this library? Here's the deal, give
some ideas of yourself and I (and most probably others) will give you my
thoughts about it.
Cheers
Chris |