RE: [Dev-C++] Re: Dev-cpp-users digest, Vol 1 #41 - 5 msgs
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Ioannis V. <no...@ya...> - 2000-11-09 11:51:54
|
Not in ANSI C++. In ANSI C++ it must be #include <iostream>. Before the official standard time it was #include <iostream.h>. -----Original Message----- From: dev...@li... [mailto:dev...@li...]On Behalf Of Derek Sent: Thursday, November 09, 2000 3:06 AM To: dev...@li... Subject: [Dev-C++] Re: Dev-cpp-users digest, Vol 1 #41 - 5 msgs because you need the header file <iostream.h> you had no h!!!!!!! |