|
Look at it this way. Your not going to hard code them into the program are you? Because that would simply not be logical if you are going to add and remove one at some point in time. Therefore you are going to have to save them to some data file, and load them intoa program. If it's a small number, you might as well use a textfile, but thenw hat would be the point of loading them into a program just to view it. The question to ask is what else do you need to store besides serial keys?
|