c++ - problem starting up
- biff <biff_member pathlink.com> Nov 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!";
}
Nov 26 2002








biff <biff_member pathlink.com>