随笔分类 - C\C++
摘要:获取UG安装目录 1 string getNXPath()//D:\Program Files\Siemens\NX 12.0 2 { 3 TCHAR szFilePath[MAX_PATH + 1] = { 0 }; 4 GetModuleFileName(NULL, szFilePath, MA
阅读全文
摘要:1.普通类型(由大到小排序) int main() { sort(v.begin(),v.end()); } 2.普通类型(由小到大排序) bool comp(const int &a,const int &b) { return a>b; } int main() { sort(v.begin()
阅读全文

浙公网安备 33010602011771号