目录1. 什么是 log 包中的 flag2. 为什么使用按位或 (|) 来组合 flag3. 使用按位或组合 flag 的优势4. 如何识别已设置的flag具体的识别方式:按位与(&)操作示例:代码实现flag识别的过程5. 使用展示6. 总结log
I\'ve been attempting to write a client/server app with boost now, so far it sends and receives but I can\'t seem to just read X bytes into a vector.