AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ section()

void section ( const char *  s)

print headline

Definition at line 77 of file simplearraytest.cc.

Referenced by main().

78 {
79  cout << endl
80  << s << endl;
81  const char* p=s;
82  while (*p) {
83  cout << "-";
84  ++p;
85  }
86  cout << endl;
87 }
Here is the caller graph for this function: