C++ MySQL implentation

Questions about programming languages and debugging
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

C++ MySQL implentation

Post by ayu »

Trying to find a good tutorial for connecting to and handling a MySQL database with C++, I don't know where to start though (or what to really look for) :(

Anyone have an idea? =/


It's for a project in Uni, and I want to create a client that connects to a server using sockets, and then the server connects to a MySQL database and handles the requests sent by the client, thus making it possible to not exposing the MySQL server to the internet.
"The best place to hide a tree, is in a forest"

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

I found a set of C++ wrapper for MySQL:
http://tangentsoft.net/mysql++/

there is also a nice manual/reference:
http://tangentsoft.net/mysql++/doc/

hope it helps a little...:)

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Thanks b_b, I'll have a look at it when I get home =)
"The best place to hide a tree, is in a forest"

Post Reply