November 24, 2007
Is DMC compliant with Standard C++?

The compiler doesn't accept:

#include <iostream>

-OR-

using namespace std;


November 24, 2007
digitalmars.D skrev:
> Is DMC compliant with Standard C++?

I don't know if it is 100% complient, but it is close

> The compiler doesn't accept:
> 
> #include <iostream>
> 
> -OR-
> 
> using namespace std; 


See:
http://www.digitalmars.com/faq.html#iostream