0

How do I connect sql database with c++?

3rd Feb 2017, 4:46 PM
Shûbhãm ßìsht
Shûbhãm ßìsht - avatar
3 odpowiedzi
0
Google sqlite.
3rd Feb 2017, 9:27 PM
David Clark
David Clark - avatar
0
I mean I have to make a program ,which require some database so how can I make this type of program??
4th Feb 2017, 1:34 AM
Shûbhãm ßìsht
Shûbhãm ßìsht - avatar
0
sqlite is a C library that allows you to create a database from a C++ application. Tons of examples on the net.
4th Feb 2017, 9:50 AM
David Clark
David Clark - avatar