When I create a program using C# and VS2008 , then I can create a test case just by Rightclicking on the method. But I am not sure If I can create the tests in the same way if it is a C++ project.
When I create a program using C# and VS2008 , then I can create
Share
Due to the lack of reflection in C++, you propably wont be able to have these kind of unit tests, VS provides.