Mail Archives: djgpp/1997/04/20/08:30:28
On Sat, 19 Apr 1997 06:14:26 GMT, jackelope <fenney AT interlog DOT com> wrote:
> gcc -v myfirst.cc -o myfirst.exe
> cout << "hello\n";
>
>it returns some message saying 'cout is an unrecognized class'
Have you downloaded all the necessary files for compiling C++ programs? If not,
then get the FAQ and download the necessary files.
If you have downloaded all the C++ binaries, then the problem may be that you're
using gcc instead of gxx (which automatically links the iostream library.
- Raw text -