摘要:
#pragma once #include #include class CCycleBuffer { public: bool isFull(); bool isEmpty(); void empty(); int getReadableLength(); int getWriteableLength(); CCycleBuffer(in... 阅读全文
posted @ 2018-12-16 23:37
lgy514
阅读(299)
评论(0)
推荐(0)
浙公网安备 33010602011771号