The qualifier explicit for constructors callable with one argument
This article explains when we should use the qualifier explicit and when we shouldn't.Avoids unde...
This article explains when we should use the qualifier explicit and when we shouldn't.Avoids unde...
While reading Advanced Programming in the UNIX Environment, I noticed this:#include FILE* fmemop...
这篇文章主要总结 Linux/C 下常用的捕捉错误信息的函数用法和一些注意事项,包括strerror()、perror()、ferror()0x01 strerror:返回错误原因的描述字符串#...
do{}while(0)有时可以方便地解决一些问题辅助定义复杂宏,避免引用时出错看下面这个宏:#define DO_SOME_WORK() \ func1(); \ func2(...