Comment 5 for bug 300875

Revision history for this message
GreatBunzinni (greatbunzinni) wrote :

It is not a bug. It's a compiler error due to badly written code. You need to know that iostream is a standard header and therefore is located in the standard compiler include path and that cout is included in the std namespace.

Why not try to learn the fundamentals before claiming a compiler error is a bug?