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

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
 
R

Rob Tillie

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

Found what you have been looking for?

Greetz,
-- Rob.
 
H

Holger Kasten

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.
 
R

Rob Tillie

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top