data structures - C: database for storing command history -


i want create run dialog, implemented interface , command run, i'm stalled on following: need storage of strings able provide me slices beginning specified string or strings sorted added date. didn't find solution :( thought sqlite, seems to such simple task. plus such storage can big (i.e. atm i've got 5mb run history, ~7000 commands).

any ideas? thanks.

why not use simple text file? looks it's enough.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -