1 // stdafx.h : This file includes standard system include files, as well as project-specific include files that are referenced often and rarely modified.
2 //
3 //
4 //
5 
6 #pragma once
7 
8 
9 #include <iostream>
10 #include <tchar.h>
11 
12 // TODO: Reference additional headers required by the program here.
13 #include <conio.h>
14 #include <assert.h>
15 #include <time.h>
16 
17 #define	ASSERT	assert
18