11 2021 档案

摘要:说明 boost概观 ubuntu下安装boost 1.54版本boost的安装和卸载 sudo apt-get install libboost-dev ...大道至简,安装之后直接用就行了 dpkg -S /usr/include/boost/version.hpp 查看boost版本 boos 阅读全文
posted @ 2021-11-08 19:36 XDU18清欢 阅读(46) 评论(0) 推荐(0)
摘要:说明 c++的各种技巧 c++进阶推荐 《Imperfect c++ 中文版》 《c++模板元编程》 google c++ 命名规范 cppreference gcc编译c++出现接口不兼容的现象看这里 _GLIBCXX_USE_CXX11_ABI宏的作用 参考GCC提供的手册: 在 GCC 5.1 阅读全文
posted @ 2021-11-08 19:13 XDU18清欢 阅读(112) 评论(0) 推荐(0)
摘要:/* From XDU's mzb */ #include <bits/stdc++.h> using namespace std; using ll = long long int; namespace matrix { template <typename T> struct matrix : 阅读全文
posted @ 2021-11-06 13:59 XDU18清欢 阅读(34) 评论(0) 推荐(0)