next up previous
Next: TACPPD operation Up: C++ Previous: switch/case

method

Method return value in separate line, no space after method name before ``('', no space after ``,'' in method arguments, space after ``)'' and before ``{'', ``{'' in one line with method name and arguments:

void

CoreClass::methodX(int input,char *str) {

   ...

  <code>

   ...

}



2005-07-21