文章分类 -  linux pro

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 speedmancs 阅读(300) 评论(0) 推荐(0)

导航