I don't think it is possible even in VS 2005 for performance reasons. C++ is
much heavier language and compilation requires preprocessing of all includes
(which C# lacks), classes might be templated, implementation may be
scattered across multiple files, macros, #define and #undef, etc, etc.
Thanks
Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights.
On 10/11/04 12:54, in article #Ytr0v8rEHA.4004@TK2MSFTNGP10.phx.gbl, "Bruce"
<bruce@coding-r-us.com> wrote:
> As a follow-on to my previous post about using c++ in vs.net after having
> experience with c# in vs.net.
[quoted text clipped - 9 lines]
>
> -- Bruce
Bruce - 13 Oct 2004 05:48 GMT
Understood. Makes sense.
Thanks, Bruce
>I don't think it is possible even in VS 2005 for performance reasons. C++
>is
[quoted text clipped - 27 lines]
>>
>> -- Bruce