Subj : Compiling error To : borland.public.cpp.borlandcpp From : DS Date : Thu Nov 25 2004 09:18 am Hi, I am just beginning to learn C++, so please bear with me. While trying to compile a simple "Hello World" type program, I keep getting the following errors. Error E2209 hello.cpp 1: Unable to open include file 'iostream.h' Error E2451 hello.cpp 4: Undefined symbol 'cout' in function main() Error E2451 hello.cpp 4: Undefined symbol 'endl' in functionmain() Did I make a mistake while installing to XP? Thanks for looking. .