I have a C++ visual studio project that generates an .exe that performs particular tasks .
I want to integrate it and use it's methods in my C# application .
Witch is the easiest way to accomplish this ?
I have basic knowledge in C++ and I'm a beginner in C# . Please post some detailed instructions . I'm using Visual studio 2010 ultimate .