目录1. 格式化代码 【Ctrl + Alt + L】2. 多行代码合并为一行【Crtl+Shift+J】3. 修正报警告的代码【Ctrl + Enter】4 .包装代码【Crtl+Alt+T】5. 快速注释/取消注释【Crtl+/】6. 向右缩进一个制表位【Tab】7. 向左缩
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.