Date: Thu, 27 Jan 94 15:58:03 JST From: Stephen Turnbull To: salehh AT CSOS DOT ORST DOT EDU Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: form syntax ... (fwd) Please can someone point out to me what is wrong with the following program segment ? It won't compile with djgpp. ========================================================== #include "iostream.h" #include "string.h" To use C++, presumably you need . Because of the name conflict under DOS, which does not distinguish case in file names, this is called <_string.h> under DJGPP (I believe). For standard headers, you should use the notation instead of "name.h". +-----------------------------------------------------------------------+ | Stephen Turnbull | | University of Tsukuba, Institute of Socio-Economic Planning | | Tennodai 1-chome 1--1, Tsukuba, Ibaraki 305 JAPAN | | Phone: +81 (298) 53-5091 Fax: +81 (298) 55-3849 | | Email: turnbull AT shako DOT sk DOT tsukuba DOT ac DOT jp | | | | Founder and CEO, Skinny Boy Associates | | Mechanism Design and Social Engineering | | REAL solutions to REAL problems of REAL people in REAL time! REALLY. | | Phone: +81 (298) 56-2703 | +-----------------------------------------------------------------------+