> > someprocedure(const int *X,const int *Y, const int *Z,int length) { sorry no const near Z ;) > someworkhere(); coded_in_any_style_may_be_mess > } > > > example of BAD comments: > > > a=b+3; //adds 3 to b and stores result to a > > >