View Single Post
  #1 (permalink)  
Old 09-29-2006, 06:59 PM
Saint Saint is offline
Learning Programmer
 
Join Date: Aug 2006
Posts: 63
Credits: 0
Rep Power: 9
Saint is on a distinguished road
Default 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
Reply With Quote

Sponsored Links