Thread: Ahhhhhhh!
View Single Post
Old 12-26-2004, 01:37 AM   #2 (permalink)
Kernel_Killer
Regular Contributor
 
Kernel_Killer's Avatar
 
Join Date: Feb 2003
Location: indisclosed
Posts: 210
Kernel_Killer is on a distinguished road
First off, your <iostream.h> should be <iostream>. The .h is used for your C. As for your cout, you need to add 'using namespace std;' below your iostream line. This allows you to use 'std::cout' without having to add the std:: in front of it.
__________________
Network Synapse
Screaming Electron
Kernel_Killer is offline   Reply With Quote