網頁

2017年11月2日 星期四

20171102 資結程設

hw3
DBTable::sort(constant struct)
::sort()(_table.begin(), _table.end(),s);

function object
DBSort::operator() (const DBRow& r1, const DBRow& r2)

for (n=0;  n=_sortOder.size(); n++) {
    size_t c = _sortOder[I]
......
}

struct DBSort
{

}