摘要:
// free the contents of the list; erase the list inline void ListDelete (list *pList) { if (pList) { list ::iterator iNext; for (iNext = pList->begin (); iNext != pList->en... 阅读全文
摘要:
The make install target dir is representationed by var : DESTDIR, if we set this var to the location which we want to installed to, then we can have t 阅读全文