--------------------
From: "Arnd Boettcher" <re******@hotmail.com>
Sender: "Arnd Boettcher" <re******@hotmail.com>
Subject: Re: Visual studio C++ compiler
Message-ID: <08****************************@phx.gbl>
-----Original Message-----
C++ code using iostreams does not use the .NET framework -
it's using theC++ runtime library, which is not included with the .NET
Framework SDK.
-cd
Thank you. Where can I get an information about missing
functionality in .NET Framework SDK? As I've seen a crt-
library is included with Microsoft SDK I've installed on
my computer, too. Could it be used in any way?
a.b.
I should add that there really isn't anything missing. It is helpful to
consider Managed C++ a different language from normal C++. It introduces
new concepts that are specific to the .NET runtime and has it's own
libraries. Those libraries are different from the standard C++ libraries,
but most of the same functionality is there, without templates. Future
versions will have a template-like feature called generics. With the full
Visual C++ compiler it is possible to create applications that use both
standard C++ and managed C++ constructs and libraries, but not in the .NET
Framework SDK version.
--
Daniel Tomko, Visual C++ Team
This posting is provided AS IS with no warranties, and confers no rights.