Thread
:
Ahhhhhhh!
View Single Post
12-26-2004, 01:37 AM
#
2
(
permalink
)
Kernel_Killer
Regular Contributor
Join Date: Feb 2003
Location: indisclosed
Posts: 210
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
View Public Profile
Visit Kernel_Killer's homepage!
Find More Posts by Kernel_Killer