Vergleich C++ mit C++.NET und CSharp

  • Thread starter Thread starter Holger Kasten
  • Start date Start date
H

Holger Kasten

Hallo NG,

ich suche ein Dokument das einen Vergleich führt zwischen C++ mit C++.NET
und CSharp,
ob in Englsich oder Deutsch ist egal.

Gruss Holger
 
For sake of clarity Holger,
no offense intended at all about the language issue.

Found what you have been looking for?

Greetz,
-- Rob.
 
About the language, yes I know and I am really sorry-
But I simply forgot.

I did not find exactly that what I am looking for.

Maybe I should search for something about "converting"
C++ to .NET applications and go from there.
 
Holger said:
About the language, yes I know and I am really sorry-
But I simply forgot.

Doesn't matter at all.
I did not find exactly that what I am looking for.

Maybe I should search for something about "converting"
C++ to .NET applications and go from there.

You could check out the Quake II .NET sample here:
http://www.vertigosoftware.com/Quake2.htm
There's a whitepaper there that explains how they leveraged quake II source
to managed code, and then enhanced it with visual C++.NET

This whitepaper on msdn is also usefull:
http://msdn.microsoft.com/library/d...pec/html/vcManExMigrationGuidePart1_Start.asp

It's a migration guide for c++ developers. This should give you some insight
in c++.NET and how you can migrate.

Greetz,
-- Rob.
 
Back
Top