分类: C++
一、指定的某一位数置1 #define SET_BIT(x,y) x|=(1<<y) 二、指定的某 […]
三种访问权限 public:可以被任意实体访问 protected:只允许子类及本类的成员函数访问 priva […]
问题简述 近来 C++ 用到单例模式,(单例模式是啥不说了,网上大把的资料),结果编译的时候遇到 undefi […]
void BaseLog::Error(const char * format, ...) { if (!is […]
弧度与角度 1° = π / 180 ≈ 0.01745 rad 1rad = 180 / π = 57.30 […]
需要实现回调的类tcp_client 声明function模板 typedef std::vector< […]
#define Word2Chars(n,p) {\ (p)[0]=(unsigned char)(((n)& […]
1.安装boost sudo apt-get install libboost-dev 2.下载boost […]
传送门:https://www.jianshu.com/p/d0a98e0eb1a8
传送门:https://blog.csdn.net/u012169524/article/details/51 […]