beginning programming question

Paul Melson melson@scnc.holt.k12.mi.us
Fri, 23 Feb 2001 12:00:16 -0500


On Fri, Feb 23, 2001 at 11:34:10AM -0500, root wrote:
> #include <iostream>
> using namespace std;
> 
> int main()
> {
>     cout << "Hello World!\n";
>     return 0;
> }
> 
> When I attempt to compile with gcc, g++, or c++ commands, i recieve a
> iostream "Nosuch file or directory" error.
> Do anyone know how I can verify that I have the correct libraries
> installed and if not 'how to'?


	For one, try #include <iostream.h>
	                               ^^

	After that, check to make sure that your
	headers are in /usr/include/g++/ or in
	/usr/include/g++-2/


-- 
							_____________________
							melson@holt.k12.mi.us