Interview question: Develop an application that can display trail period expires after 30 days witho

Posted by Algorist on Stack Overflow See other posts from Stack Overflow or by Algorist
Published on 2010-04-29T01:48:39Z Indexed on 2010/04/29 2:07 UTC
Read the original article Hit count: 483

Hi,

I saw this question in a forum about how an application can be developed that can keep track of the installation date and show trail period expired after 30 days of usage. The only constraint is not to use the external storage of any kind.

Question: How to achieve this?

Thanks
Bala

--Edit
I think its easy to figure out the place to insert a question work. Anyway, I will write the question clearly. "external storage" means don't use any kind of storage like file, registry, network or anything. You only have your program.

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about architecture