sqlite is a sweet little answer to database storage for stand-alone applications.  CppSQLite is the best C++ wrapper I found (NOTE: there are many).  I didn’t find any quick instructions to get the C code statically linked into a Visual Studio 2005 C++ app, so here they are.  At the end, I had all the code wrapped nicely into my application with a size increase of 132kb – and no dependencies!  Whoop.
 (continued…)








