all groups > visual c libraries > september 2007 >
You're in the

visual c libraries

group:

Porting c++ to VC.net


Re: Porting c++ to VC.net David Lowndes
9/12/2007 12:00:00 AM
visual c libraries:
[quoted text, click to view]

The beauty of C++/CLI is that you largely don't need to change
anything except for things that need to interface to other managed
code, so all your existing code should compile, and you can fairly
seamlessly mix it with aspects that you want to be managed code.

Porting c++ to VC.net Dipesh_Sharma
9/12/2007 12:20:01 AM
Hi, I want to port my code written in C++ to managed C++ i.e VC.net.
Please guide me how to migrate my code.
do i have to change the data types also like (int, char *, int *, char xyz[]
etc)?
Is inbuilt function like fstream, ifstream are valid in VC.net??
AddThis Social Bookmark Button