0
How do I connect sql database with c++?
3 odpowiedzi
0
Google sqlite.
0
I mean I have to make a program ,which require some database so how can I make this type of program??
0
sqlite is a C library that allows you to create a database from a C++ application. Tons of examples on the net.