CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lucky6969b

Search: Search took 0.01 seconds.

  1. Re: Spacing problem of namespaces in C++ unit testing

    Let me explain my procedure, I created a unit test project from the solution menu. I add a reference to the .NET framework.
    It says PerfectSim V5.0 in the reference list box, that is fine. But when...
  2. Spacing problem of namespaces in C++ unit testing

    Code:

    #include "stdafx.h"

    using namespace System;
    using namespace System::Text;
    using namespace System::Collections::Generic;
    using namespace...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured