mysql++的一个使用例子
摘要:http://codingrecipes.com/a-tiny-mysql-tutorial-c-and-mysql-example#include<mysql++.h>#include<stdlib.h>usingnamespacestd;usingnamespacemysqlpp;intmain(){try{Connectionconn(false);conn.connect("DBNAME","DBHOSTprobablylocalhost","DBUSER","DBPASS");Qu
阅读全文
posted @ 2012-04-19 23:43
浙公网安备 33010602011771号