Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: I'm sorry. I've forgot to say, that i work with Dev-C++.

Author: macaroni

Date: 18:52:52 09/24/03

Go up one level in this thread


I hope this works, i'm using the same compiler, so shouldn't be a problem. Here
are the files I include, maybe <windows.h> is the one? Hope this works for you.
oh, and you need one more thing.
when you initilize your whole program you have to set inh with the following
line of code. I do it right at the start of main();

inh = GetStdHandle(STD_INPUT_HANDLE);

#include <iostream.h>
#include <stdlib.h>
#include <time.h>
#include <io.h>
#include <fstream.h>
#include <windows.h>
#include <string.h>
#include <stdio.h>

static HANDLE inh;
DWORD dh;



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.