摘要:
执行二进制文件时报错: error while loading shared libraries: libhiredis.so.1.0.1-dev: cannot open shared object file: No such file or directory 编译器只会使用/lib和/usr/ 阅读全文
摘要:
1. new和new() 区别 #include "add.h" #include <stdio.h> #include <iostream> #include <string.h> using namespace std; struct A { int m; }; // POD struct B 阅读全文