S
Shane Ragone
What happened to iostream.h in VS .NET? Are we now to
code:
#include <iostream>
instead of:
#include <iostream.h>
All my past code that used iostream.h will no longer
compile. It seems that I have to go through all my code
and replace iostream.h with iostream. Is there any good
reason for this change? I'm using VS .NET 2003 version.
Thanks.
Shane
code:
#include <iostream>
instead of:
#include <iostream.h>
All my past code that used iostream.h will no longer
compile. It seems that I have to go through all my code
and replace iostream.h with iostream. Is there any good
reason for this change? I'm using VS .NET 2003 version.
Thanks.
Shane