November 26, 2002
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!";

}