chali
chali
确实需要判断,realloc可能会分配失败,一旦分配失败,则原来的指针会为null
确实需要判断,realloc可能会分配失败,一旦分配失败,则原来的指针会为null
> 在 “[0、NULL和nullptr优先使用nullptr的原因](https://github.com/nwpuhq/AwesomeCpp/blob/master/0%E3%80%81NULL%E5%92%8Cnullptr)” 中,25行 > > > //但当有f(int a)时,0和NULL永远不会调到f(int *),只会调用f(int *) > > 后面应该是f(int)吧 感谢指出,已修改。 参数是int和int*有重载时,0和NULL会调到f(int),而不是调到f(int *)
新的内容[见此](https://github.com/nwpuhq/AwesomeCpp/blob/master/0%E3%80%81NULL%E5%92%8Cnullptr.md)
> cout自右向左计算, 自左向右输出 不准确 > > ``` > cout
> some file like 其他算法和计算机基础难点剖析/*.docx use docx format, which make it unable to load in github. > so why not choose markdown to replace them? Thanks for your attention! Using...
我是云服务器的防火墙没打开9006端口,选择打开云服务器入流量的所有端口试试
@ritwickchaudhry I also want to generate scene graphs for COCO datasets without any groundtruth.Did you succeeded??
> It might be possible to generate an empty graph dataset that has the same format as COCO-SGG.h5, but which has no nodes or edges for each image. I haven't...
> > thx,我也是安装的Ubuntu18,按照上面的方法解决了ss测试延时或者错误的问题,已经可以顺利ss了 > > 以下是我的步骤 > > ``` > > 1. Ubuntu 18的网络设置中禁用 ipv6 > > > > 2. 安装 `shadowsocks-qt5`, > > `sudo add-apt-repository ppa:hzwhuang/ss-qt5` > > Ubuntu...