Before you say it, yes, I searched google at least 30 times, and read a good 20 pages of info on this, and this is what I've come up with:
- C++ is different based on which compiler you use
- There is a mysql connection library called mysql++ (located here: http://tangentsoft.net/mysql++/)
- mysql++ doesn't currently work with borland compiler:
So, I'm wondering if mysql++ is just a library to make connecting easier to do? or whether you just CANT connect to a mysql server without it?
I'm just fooling around in C++, and I was thinking of making a blogging program (for all my friends to update our lan site), but I'm a bit stuck.
Thanks in advance if anyone can help.
- C++ is different based on which compiler you use
- There is a mysql connection library called mysql++ (located here: http://tangentsoft.net/mysql++/)
- mysql++ doesn't currently work with borland compiler:
Will it build under Borland C++ Builder?
There's a current effort to get it working under version 6 that looks likely to produce fruit. Stay tuned.
There's a current effort to get it working under version 6 that looks likely to produce fruit. Stay tuned.
I'm just fooling around in C++, and I was thinking of making a blogging program (for all my friends to update our lan site), but I'm a bit stuck.
Thanks in advance if anyone can help.
Comment