wanna start with c++ "managed" code

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

I wanna start a project and be sure I have c++ managed code.
But as I'm creating classes and stuff,
I see "unmanaged" in the properties.

How can I get off to a better start here ?
thanks, tom
 
In VS New Project Wizard select "Visual C++ Projects" -> ".NET" -> Console
Application (for instance)

Thanks!
Konst
 
Back
Top