Dissapointment You can create android apps with Qt. http://en.wikipedia.org/wiki/Qt_(framework)
best possible solution?SQLite is a server-less SQL engine. just add that DLL to your project and it works. look in www.sqli...
best possible solution?Use SQLite instead. it's prretty light and fast. (about 300 Kb) add that DLL to your project. and yo...
How to convert string to double without changing actual datastringstream is another way of converting strings to numbers and vice versa.
autocomplete from dictionary fileLook at "bash-completion" source code. It is written in C and it is from GNU project.