Package Index  Table of Contents

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

/*
40.    Use one-line comments to explain implementation details.
*/
// comment about the function



Function Name: f()

f() {
int i;
// comment about the next aggregate statement
{
i = i++;
}
}



Function Name: ff()

ff() {
int i;
{
i = i++;
}
}

Package Index  Table of Contents

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