by "Antoine Leca" <root@[EMAIL PROTECTED]
>
Sep 25, 2007 at 04:26 PM
En news:1190623582.959140.105390@[EMAIL PROTECTED]
va escriure:
> 5. This code is apparently specific to this lcc compiler; use of
> tcconio.h; conio.h isn't standard, tcconio.h definitely isn't
Hmmm...
<tcconio.h> (which is not widely known, indeed) + many function calls for
the stuff usually declared in MS-DOS' <conio.h> + randomize() let me think
this stuff has been written for Turbo C rather than lcc. And the other
just
renamed the file for her standard header to TCCONIO.H in the INCLUDE
directory (MS-DOS is uppercased).
You can download the compiler at Borland Developer Network Museum,
http://bdn.borland.com/museum/.
OTOH, you can use a <conio.h> replacement for your platform; substitute
randomize() with an equivalent based on srand(); and give it a try with a
current platform.
Turbo C is a 16-bit compiler, prepare yourself to problems.
Hope it helps.
Antoine