+ 2
Hello everyone! I just wanted to know how to connect C++ to a database like SQL. Can someone help me please?
2 Respuestas
+ 2
Here's one example but there are many different libraries and APIs out there to connect to databases. MariaDB is the most common SQL DB but if you want something else you can use google or duckduckgo to look it up.
https://mariadb.com/kb/en/library/c-client-library/
0
Thank you. Gonna try it