Tagged Questions

0
votes
2answers
344 views

C++ CGI and MySQL problem (mysql++)

I'm trying to use c++ in cgi programs and everything is ok if i don't use mysql. Without mysql my site is generated in about 1-2 ms, but if I add only one variable or function from mysql++ library, ...