www.digitalmars.com         C & C++   DMDScript  

c++ - Standard C++

reply "digitalmars.D" <gedumer1 bellsouth.net> writes:
Is DMC compliant with Standard C++?

The compiler doesn't accept:

#include <iostream>

-OR-

using namespace std; 
Nov 23 2007
parent Bertel Brander <bertel post4.tele.dk> writes:
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
Nov 24 2007