User profile: majidkamali1370

User info
User name:majidkamali1370
Name:Majid
Location:Tehran
Bio:I know a little turbo c++ 4.5
I want to know more.
History
Joined:
Number of posts:241
Latest posts:

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 data
stringstream is another way of converting strings to numbers and vice versa.

autocomplete from dictionary file
Look at "bash-completion" source code. It is written in C and it is from GNU project.