Package Index  Table of Contents

CodeCheck ECS C/C++ to Test Suite - 96.cpp

// 96.    Avoid the use of friend declarations.
class myclass {
// bad 96, don't use friend
friend class relative;
} ;

Package Index  Table of Contents

CodeCheck Copyright (c) 1988-2005 by Abraxas Software Inc. (R). All rights reserved.