B
Bruce
I don't know why it didn't compile with gcc
in cygwin. If I change cout to std::cout,
I got more errors .... could this be namespace
issue, or maybe setting in cygwin ? or maybe
some careless mistake ?
Pls help, thanks !
#include <iostream>
#include <iomanip>
int main()
{
cout << "test" ;
return 0;
}
in cygwin. If I change cout to std::cout,
I got more errors .... could this be namespace
issue, or maybe setting in cygwin ? or maybe
some careless mistake ?
Pls help, thanks !
#include <iostream>
#include <iomanip>
int main()
{
cout << "test" ;
return 0;
}