#ifndef _STATIC_QUEUE_H_#define _STATIC_QUEUE_H_// 静态queue模板,用数组实现的队列,在初始化的时候需要指定长度templateclass Static_Queue{public: Static_Queue(unsigned int size);... Read More
posted @ 2015-09-26 15:07 你好阿汤哥 Views(677) Comments(0) Diggs(0) Edit