Posted by HR on July 11, 2000 at 22:05:13:
In Reply to: HW5 posted by Joseph on July 11, 2000 at 21:40:14:
: 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();
}
kinda thing.