Posted by hussein on July 11, 2000 at 22:33:52:
In Reply to: I think he means by.. posted by HR on July 11, 2000 at 22:05:13:
: : What exactly does 'comment out' mean? What specifics are you looking for?
: do something like
: //this is main
: void main()
: {
: //call the blah function
: blah();
: }
a little more than the obvious though ... for example,
"constructor, which initializes the object by setting ..."
or
"overloaded operator to allow comparison using the < operator for ..."
or
"test the default constructor arguments by creating an object without passing any parameters"
i am generally "looking" for two things: comments must be reasonable (ie must correctly explain the concepts), and must show that you understand the code you are commenting.