How I can use mysql in C++?

后端 未结 3 1606
遇见更好的自我
遇见更好的自我 2021-02-04 10:46

I have searched a lot, all I found is a \"mysql++\" but I don\'t know how to install it.

I don\'t have knowledge about libraries in C++!

3条回答
  •  醉酒成梦
    2021-02-04 11:48

    Searching google for "c++ mysql tutorial" brings back the following

    Developing Database Applications Using MySQL Connector/C++

    and A Tiny MySQL++ Tutorial; C++ and MySQL; MySQL++ Example

    Which in turn links to... Installing MySQL++; How to install MySQL++ on Linux-CentOS

    And looking through the first article I found this Installing MySQL Connector/C++ from Source

    They all seem straight forward enough. Although installation processes vary slightly dependant on your operating system.

提交回复
热议问题