ambigous symbols with VC++ 7
Anthony Liekens
a.m.l.liekens at tue.nl
Wed Jan 8 03:56:06 EST 2003
cin and cout are two i/o streams which are part of the standard template
library with your c++ compiler. It is possible that replacing them by
respective std::cin and std::cout could solve the problem.
Alternatively, put "using namespace std;" at the top of the faulty cpp
file.
Anthony,-
On Tue, 2003-01-07 at 12:58, Nicholas Cunliffe wrote:
> Hello,
>
> trying to compile EX1 and have done everything stated in the
> installation instructions.
>
> I get the message ambigous symbols cin and cout. Please help
>
> Nicholas
> _______________________________________________
> galib mailing list
> galib at mit.edu
> http://lancet.mit.edu/mailman/listinfo/galib
--
Anthony Liekens <a.m.l.liekens at tue.nl>
Technische Universiteit Eindhoven
More information about the galib
mailing list