Original Post
hi there,
well, ive been programming for all my C++ life in native code, but since ive tried managed C++ ive fallen in love with it. i mean, for applications, it reduces the production time a lot.
well, not for games, it really dont help that much in games programming, but i also make applications so thats why im asking, i know there is a way to convert unmanaged to managed, but, is there a way i can convert a managed project to a unmanaged, native one?
i guess there isnt, since managed code needs to call its extentions from dll's, but im asking anyway.
thanks.
[edited by - a2ps on February 18, 2004 11:29:26 PM]