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
 

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

Back
Top