How I can use mysql in C++?

后端 未结 3 1565
遇见更好的自我
遇见更好的自我 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:35

    You need to compile the library for your platform. Visual Studio can be used for Windows. The official web page of mysql++ has a few FAQs.

    Once you have the library compiled, you can go through the tutorials from the manual.

提交回复
热议问题