c++ - Standard C++
- "digitalmars.D" <gedumer1 bellsouth.net> Nov 23 2007
- Bertel Brander <bertel post4.tele.dk> Nov 24 2007
Is DMC compliant with Standard C++? The compiler doesn't accept: #include <iostream> -OR- using namespace std;
Nov 23 2007
digitalmars.D skrev:Is DMC compliant with Standard C++?
I don't know if it is 100% complient, but it is closeThe compiler doesn't accept: #include <iostream> -OR- using namespace std;
See: http://www.digitalmars.com/faq.html#iostream
Nov 24 2007








Bertel Brander <bertel post4.tele.dk>