managed code or unmanaged
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hello!
Is the statements below correct understood.
If I intend to use C++ in VS2005 I can either use managed code which is
C++/CLI which give me the possibility to mix other language such as C# or VB
or use unmanaged code for example using MFC then I can not mix other
language.
Does VC6/MFC use gc?
This language C++/CLI that I think must be used when intended to use managed
code is this language very different from standard C++?
//Tony
.
Relevant Pages
- Re: javac -source
... > intend, source means what features in the language did I use, and ... Prev by Date: ... (comp.lang.java.help) - Re: C++.NET Performance against C#
... > This is where the language shines. ... Native code may perform better in some situations, ... There are some reasons that make managed code a little bit slower: ... Sometimes these mechanisms ... (microsoft.public.dotnet.languages.vc) - Re: About speed
... It's not trivial without language support. ... DirectX) are for .NET and managed code. ... I think that in future of the Windows platform, most business code, what ... I don't think unmanaged code is dead. ... (borland.public.delphi.non-technical) - Re: MFC future?
... >MSFT doesn't have as much control over the direction of the language. ... Turbo Pascal and Delphi. ... > I agree with the @ string thing. ... > when it comes to managed code additions). ... (microsoft.public.vc.mfc) - Re: C# and C++ (again)
... switching to C# in the .Net wave. ... as you are in managed code, you will have to start with these assumptions. ... programmer helping programmers. ... > examples I was finding used VB.NET, so that's what I picked as a language. ... (microsoft.public.dotnet.languages.csharp) |
|