Ticket #1: functions.cpp

File functions.cpp, 331 bytes (added by Ismail Sadiq, 12 years ago)
Line 
1/*
2 * functions.cpp
3 *
4 * Created on: Mar 3, 2014
5 * Author: Ismail
6 */
7
8#include <limits>
9#include <float.h>
10#include "functions.h"
11using namespace std;
12
13/*
14
15functions::functions() {
16 // TODO Auto-generated constructor stub
17
18}
19
20functions::~functions() {
21 // TODO Auto-generated destructor stub
22}
23
24*/