lang="en-US"> mysql.h –  Design1online.com, LLC

Tagged: mysql.h

2

C++ MySQL Database Class

/************** * File Name: database.cpp * Author: Design1online.com, LLC * Purpose: mysql database class **************/ #include “database.h” /************** * Purpose: default constructor, initialize class values * Precondition: none * Postcondition: none **************/ database::database() {...

0

Error FIX: Mysql.h Not Found

Okay, so I downloaded the mysql-dev pack from the software repositories on OpenSuse 10.2 and that fixed the problem I was having with the mysql.h file not found error. I’ve read a few websites...