I have some c++ projects where it consists of both managed and unmanaged c++ projects.
How do I identify which project is managed c++ and which project is unmanaged c++ type.
Along with above could someone brief me what exactly these managed and unmanaged c++ means.