Thread
:
Count Undeclared?!?
View Single Post
#
1
(
permalink
)
09-29-2006, 06:59 PM
Saint
Learning Programmer
Join Date: Aug 2006
Posts: 63
Credits:
0
Rep Power:
9
Count Undeclared?!?
I'm using g++ in Redhat linux and I have code like this:
Code:
#include <iostream> int main() { cout << "Hello World!"; return 0; }
but I get a count undeclared. Does iostream not have cout in it?
__________________
Hi >> Saint
Saint
View Public Profile
Send a private message to Saint
Find all posts by Saint
Sponsored Links