'error unknown header (graphics.h) with script in borland c++

I am trying borland c++ 5.5 (Sc1 Version 1.49 by Neil Hodgson. December 1998-November 2002.)but when I write the following script

# include iostream.h

void main ()
{
   cout << "hola" << end;
}

I got this output:

Exit code: 1 make MAKE Version 5.2 Copyright (c) 1987, 2000 Borland Fatal: 'graphics.h' does not exist - don't know how to make it Exit code: 1



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source