|
|
От: |
peter@work
|
|
| Дата: | 13.10.02 16:47 | ||
| Оценка: | |||
ПК>class CStudent
ПК>{
ПК> . . .
ПК>};
ПК>bool operator <(const CStudent& l, const CStudent& r)
ПК>{
ПК> . . .
ПК>}
ПК>bool operator >(const CStudent& l, const CStudent& r)
ПК>{
ПК> . . .
ПК>}