c++ - problem starting up
-
biff
(9/9)
Nov 26 2002
having trouble compiling first program - i'm getting....Fatal error: una...
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!";
}