The most recent content from our members.
Hi all, I am trying to understand the behaviour and relationship of cpptestcli with Microsoft Visual C++ (MSVC) compiler. My question is: * How does Parasoft choose the default MSVC compiler to use? When specifying the compiler configuration using the -compiler property, specifying vc_14_2-64 (64 bit version of compiler)…
Checking indentation level for public/protected/private & switch cHi all, Does anybody have a C++Test rule to check the indentation level of public/protected/private keywords and switch cases? Our coding standard requires these to be in the following form: CODEclass MyClass { public: int foo(int x); protected: private: int…
It looks like you're new here. Sign in or register to get started.