www.digitalmars.com         C & C++   DMDScript  

c++ - problem starting up

having trouble compiling first program - i'm getting....Fatal error: unable to
open input file 'test.cpp'  - - - errorlevel1

my program reads:

#include <stdio.h>
#include <iostream.h>

main()
{

cout << "Hello!";

}
Nov 26 2002