Abraxas/CCS  Home  Table of Contents

Module - 44.html

ABRAXAS SOFTWARE - CodeCheck CCS Test-Suite

CCS -C Test Suite for Module - 44.cpp

// 44) Prefer writing nonmember nonfriend functions.

class C44 {
    friend C44 operator+( const C44&, const C44& );
    friend C44& operator=( const C44& );
public:
    C44();
} ;

Abraxas/CCS  Home  Table of Contents

ABRAXAS SOFTWARE - CodeCheck CCS Test-Suite CCS