-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathheader.h
More file actions
executable file
·30 lines (25 loc) · 889 Bytes
/
header.h
File metadata and controls
executable file
·30 lines (25 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
* ===================================================================
*
* Filename: header.h
*
* Description: Header file for including commom headerfiles.
*
* Created: Friday 15 February 2013 04:53:17 IST
* Compiler: gcc
*
* Author: Mandeep Kaur, meghasimak@gmail.com
* License: GNU General Public License
* Copyright: Copyright (c) 2013, Great Developers
*
* ===================================================================
*/
/**-------------------------------------------------------------------
* Header file
*------------------------------------------------------------------*/
#include <iostream>
#include <mysql.h>
/**-------------------------------------------------------------------
* using namespace std
*------------------------------------------------------------------*/
using namespace std;