Hi guys im having trouble with setting up mysql in devc++ i already have mysql installed cuz ive used it with php but i cant seem to get it to run in c+++ here's my code
There are many tutorials on how to use MySQL from C.
The C binding is what I call the C interface to MySQL. Once you understand it, you could probably even write your own wrapper. Heavens knows it can't be any worse than the one out there.